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

/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Dnslookup.c67 static isc_event_t *global_event = NULL; variable
161 isc_event_t *event = global_event;
876 if (global_event == NULL)
877 global_event = event;
923 if (global_event != NULL)
924 isc_event_free(&global_event);
/freebsd-9.3-release/contrib/bind9/bin/nsupdate/
H A Dnsupdate.c139 static isc_event_t *global_event = NULL; variable
2068 isc_event_t *event = global_event;
2953 isc_event_free(&global_event);
2987 if (global_event == NULL)
2988 global_event = event;

Completed in 100 milliseconds