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

/bind-9.11.3/lib/dns/
H A Dadb.c12 * In finds, if task == NULL, no events will be generated, and no events
188 dns_adbfindlist_t finds; member in struct:dns_adbname
1241 * Run through the list. For each name, clean up finds
1480 find = ISC_LIST_HEAD(name->finds);
1516 ISC_LIST_UNLINK(name->finds, find, plink);
1694 ISC_LIST_INIT(name->finds);
1724 INSIST(ISC_LIST_EMPTY(n->finds));
3231 ISC_LIST_APPEND(adbname->finds, find, plink);
3375 ISC_LIST_UNLINK(find->adbname->finds, find, plink);
3449 fprintf(f, "; addr %p, erefcnt %u, irefcnt %u, finds ou
[all...]
H A Dresolver.c284 dns_adbfindlist_t finds; member in struct:fetchctx
1013 for (find = ISC_LIST_HEAD(fctx->finds);
1116 for (find = ISC_LIST_HEAD(fctx->finds);
1121 ISC_LIST_UNLINK(fctx->finds, find, publink);
2871 for (curr = ISC_LIST_HEAD(fctx->finds);
3039 * Sort a list of finds by server RTT.
3153 ISC_LIST_APPEND(fctx->finds, find, publink);
3367 INSIST(ISC_LIST_EMPTY(fctx->finds));
3488 sort_finds(&fctx->finds, res->view->v6bias);
3595 find = ISC_LIST_HEAD(fctx->finds);
[all...]

Completed in 35 milliseconds