Lines Matching defs:exiting
332 isc_boolean_t exiting;
400 isc_boolean_t exiting;
1080 if (count == fctx->res->spillat && !fctx->res->exiting) {
3128 if (res->buckets[bucketnum].exiting &&
3934 * true if the resolver is exiting and this is the last fctx in the bucket.
6488 if (fctx->res->exiting) {
7266 INSIST(!res->exiting);
7380 res->buckets[i].exiting = ISC_FALSE;
7401 res->exiting = ISC_FALSE;
7550 if (!res->exiting && !res->priming) {
7617 REQUIRE(!source->exiting);
7642 if (res->exiting && res->activebuckets == 0) {
7671 if (!res->exiting) {
7672 RTRACE("exiting");
7673 res->exiting = ISC_TRUE;
7691 res->buckets[i].exiting = ISC_TRUE;
7725 INSIST(res->exiting && res->activebuckets == 0);
7843 if (res->buckets[bucketnum].exiting) {
7907 * since we know we're not exiting.