Home | History | Annotate | Download | only in dns

Lines Matching refs:finds

378 	dns_adbfindlist_t finds;
419 * Used to track started ADB finds with event.
1246 for (find = ISC_LIST_HEAD(fctx->finds); find != NULL;
1308 for (find = ISC_LIST_HEAD(fctx->finds); find != NULL; find = next_find)
1311 ISC_LIST_UNLINK(fctx->finds, find, publink);
1741 * Cancel all pending ADB finds if we have not been successful
1776 * fetch, and clean up finds and addresses.
2907 * There are still running ADB finds and these can be more successful.
3021 for (curr = ISC_LIST_HEAD(fctx->finds); curr != NULL;
3200 * Sort a list of finds by server RTT.
3365 ISC_LIST_APPEND(fctx->finds, find, publink);
3635 INSIST(ISC_LIST_EMPTY(fctx->finds));
3814 sort_finds(&fctx->finds, res->view->v6bias);
3932 find = ISC_LIST_HEAD(fctx->finds);
3936 find = ISC_LIST_HEAD(fctx->finds);
3965 find = ISC_LIST_HEAD(fctx->finds);
4392 * We have finished minimizing, but fctx->finds was
4420 REQUIRE(ISC_LIST_EMPTY(fctx->finds));
4711 ISC_LIST_INIT(fctx->finds);