HomeSort by: relevance | last modified time | path
    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