Lines Matching refs:finds
202 dns_adbfindlist_t finds;
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);
2940 find = ISC_LIST_HEAD(fctx->finds);
2965 find = ISC_LIST_HEAD(fctx->finds);
3111 REQUIRE(ISC_LIST_EMPTY(fctx->finds));
3144 REQUIRE(ISC_LIST_EMPTY(fctx->finds));
3393 * pending ADB finds and no pending validations.
3568 ISC_LIST_INIT(fctx->finds);