Searched refs:finds (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | adb.c | 23 * In finds, if task == NULL, no events will be generated, and no events 191 dns_adbfindlist_t finds; member in struct:dns_adbname 861 * Run through the list. For each name, clean up finds 1099 find = ISC_LIST_HEAD(name->finds); 1135 ISC_LIST_UNLINK(name->finds, find, plink); 1309 ISC_LIST_INIT(name->finds); 1326 INSIST(ISC_LIST_EMPTY(n->finds)); 2563 ISC_LIST_APPEND(adbname->finds, find, plink); 2707 ISC_LIST_UNLINK(find->adbname->finds, find, plink); 2778 fprintf(f, "; addr %p, erefcnt %u, irefcnt %u, finds ou [all...] |
H A D | resolver.c | 202 dns_adbfindlist_t finds; member in struct:fetchctx 852 for (find = ISC_LIST_HEAD(fctx->finds); 953 for (find = ISC_LIST_HEAD(fctx->finds); 957 ISC_LIST_UNLINK(fctx->finds, find, publink); 2215 for (curr = ISC_LIST_HEAD(fctx->finds); 2437 * Sort a list of finds by server RTT (with random jitter) 2535 ISC_LIST_APPEND(fctx->finds, find, publink); 2725 INSIST(ISC_LIST_EMPTY(fctx->finds)); 2830 sort_finds(fctx, &fctx->finds); 2936 find = ISC_LIST_HEAD(fctx->finds); [all...] |
Completed in 38 milliseconds