HomeSort by: relevance | last modified time | path
    Searched defs:lookup_list (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/bind/dist/bin/dig/
dighost.c 91 dig_lookuplist_t lookup_list; variable
860 ISC_LIST_PREPEND(lookup_list, looknew, link);
1525 debug("list %s", ISC_LIST_EMPTY(lookup_list) ? "empty" : "full");
1527 lookup = ISC_LIST_HEAD(lookup_list);
1535 if (ISC_LIST_EMPTY(lookup_list) && current_lookup == NULL &&
1782 current_lookup = ISC_LIST_HEAD(lookup_list);
1790 * and detach it from the lookup_list, but it would be one
1793 ISC_LIST_DEQUEUE(lookup_list, current_lookup, link);
4751 l = ISC_LIST_HEAD(lookup_list);
4754 ISC_LIST_DEQUEUE(lookup_list, l, link)
    [all...]

Completed in 24 milliseconds