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

/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c109 dig_lookuplist_t lookup_list; variable
886 ISC_LIST_PREPEND(lookup_list, looknew, link);
1273 debug("list %s", ISC_LIST_EMPTY(lookup_list) ? "empty" : "full");
1274 if (ISC_LIST_EMPTY(lookup_list) && current_lookup == NULL &&
1417 current_lookup = ISC_LIST_HEAD(lookup_list);
1422 ISC_LIST_DEQUEUE(lookup_list, current_lookup, link);
3386 if (l->sigchase && ISC_LIST_EMPTY(lookup_list)) {
3589 l = ISC_LIST_HEAD(lookup_list);
3592 ISC_LIST_DEQUEUE(lookup_list, l, link);
3633 INSIST(ISC_LIST_HEAD(lookup_list)
[all...]

Completed in 536 milliseconds