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

/bind-9.6-ESV-R11/bin/dig/
H A Dnslookup.c59 static isc_event_t *global_event = NULL; variable
153 isc_event_t *event = global_event;
871 if (global_event == NULL)
872 global_event = event;
916 if (global_event != NULL)
917 isc_event_free(&global_event);
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c124 static isc_event_t *global_event = NULL; variable
1915 isc_event_t *event = global_event;
2742 isc_event_free(&global_event);
2776 if (global_event == NULL)
2777 global_event = event;

Completed in 61 milliseconds