Searched defs:current_lookup (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/dig/
H A Ddighost.c193 dig_lookup_t *current_lookup = NULL; variable
1757 if (ISC_LIST_EMPTY(lookup_list) && current_lookup == NULL &&
1898 * setting the current_lookup pointer pointing to it.
1910 INSIST(current_lookup == NULL);
1912 current_lookup = ISC_LIST_HEAD(lookup_list);
1916 if (current_lookup != NULL) {
1917 ISC_LIST_DEQUEUE(lookup_list, current_lookup, link);
1919 if (current_lookup->do_topdown &&
1920 !current_lookup->rdtype_sigchaseset) {
1933 current_lookup
[all...]

Completed in 22 milliseconds