Searched refs:global_event (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/dig/
H A Dnslookup.c67 static isc_event_t *global_event = NULL; variable
161 isc_event_t *event = global_event;
967 if (global_event == NULL)
968 global_event = event;
1026 if (global_event != NULL)
1027 isc_event_free(&global_event);
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c142 static isc_event_t *global_event = NULL; variable
2267 isc_event_t *event = global_event;
3241 isc_event_free(&global_event);
3275 if (global_event == NULL)
3276 global_event = event;

Completed in 20 milliseconds