Searched refs:shuttingdown (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dxfrin.c102 isc_boolean_t shuttingdown; member in struct:dns_xfrin_ctx
714 if (! xfr->shuttingdown)
799 xfr->shuttingdown = ISC_TRUE;
841 xfr->shuttingdown = ISC_FALSE;
1002 if (xfr->shuttingdown) {
1245 if (xfr->shuttingdown) {
1437 xfr->shuttingdown = ISC_TRUE;
1481 if (! xfr->shuttingdown || xfr->refcount != 0 ||
1486 INSIST(! xfr->shuttingdown || xfr->shutdown_result != ISC_R_UNSET);
1492 result_str = (xfr->shuttingdown
[all...]
/bind-9.11.3/bin/named/
H A Dxfrout.c673 isc_boolean_t shuttingdown; member in struct:__anon28
1180 xfr->shuttingdown = ISC_FALSE;
1616 if (xfr->shuttingdown == ISC_TRUE) {
1633 xfr->shuttingdown = ISC_TRUE;
1641 INSIST(xfr->shuttingdown == ISC_TRUE);
H A Dcontrolconf.c103 isc_boolean_t shuttingdown; member in struct:ns_controls
350 if (listener->controls->shuttingdown)
681 controls->shuttingdown = ISC_TRUE;
1504 controls->shuttingdown = ISC_FALSE;
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c177 static isc_boolean_t shuttingdown = ISC_FALSE; variable
845 shuttingdown = ISC_TRUE;
2324 if (shuttingdown) {
2503 if (shuttingdown) {
2993 if (shuttingdown) {
3270 if (shuttingdown) {
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c157 static isc_boolean_t shuttingdown = ISC_FALSE, finished = ISC_FALSE; variable
1441 if (shuttingdown)
3800 shuttingdown = ISC_TRUE;

Completed in 76 milliseconds