Searched defs:exiting (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Dinstance.h23 isc_boolean_t exiting; member in struct:sample_instance
/bind-9.11.3/bin/tests/
H A Dshutdown_test.c31 isc_boolean_t exiting; member in struct:__anon41
59 info->exiting = ISC_TRUE;
77 info->exiting = ISC_TRUE;
102 } else if (info->ticks >= 15 && info->exiting) {
/bind-9.11.3/lib/dns/
H A Ddyndb.c385 dns_dyndb_cleanup(isc_boolean_t exiting) { argument
406 if (exiting == ISC_TRUE)
H A Drequest.c57 isc_boolean_t exiting; member in struct:dns_requestmgr
196 requestmgr->exiting = ISC_FALSE;
223 if (requestmgr->exiting) {
257 if (!requestmgr->exiting) {
258 requestmgr->exiting = ISC_TRUE;
281 REQUIRE(!source->exiting);
307 if (requestmgr->iref == 0 && requestmgr->exiting) {
324 REQUIRE(!source->exiting);
352 INSIST(requestmgr->exiting &&
862 if (requestmgr->exiting) {
[all...]
H A Drbtdb.c588 isc_boolean_t exiting; member in struct:__anon176
1402 rbtdb->node_locks[i].exiting = ISC_TRUE;
5540 nodelock->exiting) {
8573 rbtdb->node_locks[i].exiting = ISC_FALSE;
H A Dresolver.c419 isc_boolean_t exiting; member in struct:fctxbucket
499 isc_boolean_t exiting; member in struct:dns_resolver
1374 if (count == fctx->res->spillat && !fctx->res->exiting) {
3832 if (res->buckets[bucketnum].exiting &&
4755 * true if the resolver is exiting and this is the last fctx in the bucket.
7723 if (res->exiting) {
8816 INSIST(!res->exiting);
8939 res->buckets[i].exiting = ISC_FALSE;
8982 res->exiting = ISC_FALSE;
9144 if (!res->exiting
[all...]
H A Dzone.c11361 isc_boolean_t exiting = ISC_FALSE; local
11379 zone_debuglog(zone, me, 1, "exiting");
11380 exiting = ISC_TRUE;
11552 if (exiting || zone->curmaster >= zone->masterscnt) {
11554 if (!exiting &&
16424 * If we are exiting just pretend we got quota so the zone will
/bind-9.11.3/bin/named/
H A Dcontrolconf.c89 isc_boolean_t exiting; member in struct:controllistener
132 INSIST(listener->exiting);
149 if (listener->exiting &&
190 if (!listener->exiting) {
202 listener->exiting = ISC_TRUE;
1133 listener->exiting = ISC_FALSE;
1244 listener->exiting = ISC_TRUE;
H A Dclient.c136 isc_boolean_t exiting; member in struct:ns_clientmgr
535 !manager->exiting)
563 if (manager->exiting &&
3423 manager->exiting = ISC_FALSE;
3474 manager->exiting = ISC_TRUE;
3504 if (manager->exiting)
3568 if (manager->exiting)
/bind-9.11.3/lib/isc/
H A Dtask.c153 isc_boolean_t exiting; member in struct:isc__taskmgr
169 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks))
320 * task manager is exiting. Wake up
341 isc_boolean_t exiting; local
372 exiting = ISC_FALSE;
374 if (!manager->exiting) {
379 exiting = ISC_TRUE;
382 if (exiting) {
1112 * lock before exiting the 'if (task != NULL)' block.
1315 ISC_MSG_EXITING, "exiting"));
[all...]

Completed in 166 milliseconds