OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:probe_state
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
probe-srp.c
61
struct
probe_state
{
struct
76
probe_state_finalize(probe_state_t *
probe_state
)
78
if (
probe_state
->wakeup != NULL) {
79
ioloop_wakeup_release(
probe_state
->wakeup);
81
if (
probe_state
->service != NULL) {
82
thread_service_release(
probe_state
->service);
83
probe_state
->service = NULL;
85
if (
probe_state
->connection != NULL) {
86
ioloop_comm_release(
probe_state
->connection);
87
probe_state
->connection = NULL
98
probe_state
_t *
probe_state
= service->
probe_state
;
local
123
probe_state
_t *
probe_state
= context;
local
220
probe_state
_t *
probe_state
= context;
local
227
probe_state
_t *
probe_state
= context;
local
248
probe_state
_t *
probe_state
= context;
local
271
probe_state
_t *
probe_state
= context;
local
337
probe_state
_t *ret = NULL, *
probe_state
= calloc(1, sizeof(*
probe_state
));
local
417
probe_state
_t *
probe_state
;
local
[
all
...]
thread-service.h
25
typedef struct
probe_state
probe_state_t;
68
probe_state_t *NULLABLE
probe_state
;
member in struct:thread_service
Completed in 38 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026