| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dnssd-client.c | 109 wakeup_t *wakeup_timer; member in struct:dnssd_client 130 ioloop_wakeup_release(client->wakeup_timer); 486 ioloop_add_wake_event(client->wakeup_timer, client, dnssd_client_wait_expired, 504 ioloop_cancel_wake_event(client->wakeup_timer); 524 ioloop_cancel_wake_event(client->wakeup_timer); 609 ioloop_cancel_wake_event(client->wakeup_timer); 627 client->wakeup_timer = ioloop_wakeup_create(); 628 if (client->wakeup_timer == NULL) {
|
| omr-publisher.c | 72 wakeup_t *NULLABLE wakeup_timer; member in struct:omr_publisher 217 if (publisher->wakeup_timer != NULL) { 218 ioloop_cancel_wake_event(publisher->wakeup_timer); 219 ioloop_wakeup_release(publisher->wakeup_timer); 220 publisher->wakeup_timer = NULL; 251 publisher->wakeup_timer = ioloop_wakeup_create(); 252 if (publisher->wakeup_timer == NULL) { 794 if (publisher->wakeup_timer == NULL) { 795 publisher->wakeup_timer = ioloop_wakeup_create(); 797 if (publisher->wakeup_timer == NULL) [all...] |
| service-publisher.c | 120 wakeup_t *NULLABLE wakeup_timer; member in struct:service_publisher 453 ioloop_wakeup_release(publisher->wakeup_timer); 699 ioloop_add_wake_event(publisher->wakeup_timer, publisher, service_publisher_wait_expired, 1135 ioloop_cancel_wake_event(publisher->wakeup_timer); 1140 ioloop_cancel_wake_event(publisher->wakeup_timer); 1433 ioloop_cancel_wake_event(publisher->wakeup_timer); 1443 ioloop_cancel_wake_event(publisher->wakeup_timer); 1474 publisher->wakeup_timer = ioloop_wakeup_create(); 1475 if (publisher->wakeup_timer == NULL) {
|
| dnssd-proxy.c | 241 wakeup_t *wakeup_timer; // Used to setup a timer to advertise records repeatedly until it succeeds. member in struct:dnssd_proxy_advertisements 254 wakeup_t *wakeup_timer; // Used to setup a timer to advertise push service repeatedly until it succeeds. member in struct:dnssd_dp_proxy_advertisements 5556 ioloop_cancel_wake_event(advertisement_context->wakeup_timer); 5561 ioloop_cancel_wake_event(advertisement_context->wakeup_timer); 5572 if (context->wakeup_timer == NULL) { 5573 context->wakeup_timer = ioloop_wakeup_create(); 5574 if (context->wakeup_timer == NULL) { 5595 succeeded = ioloop_add_wake_event(context->wakeup_timer, context, advertise_dnssd_proxy_callback, NULL, interval); 5607 if (context->wakeup_timer != NULL) { 5608 ioloop_wakeup_release(context->wakeup_timer); 5744 wakeup_t *wakeup_timer = context->wakeup_timer; local [all...] |
| /src/external/bsd/unbound/dist/dnstap/ |
| dtstream.h | 80 struct comm_timer* wakeup_timer; member in struct:dt_msg_queue
|