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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dxfrin.c109 isc_boolean_t shuttingdown; member in struct:dns_xfrin_ctx
677 if (! xfr->shuttingdown)
764 xfr->shuttingdown = ISC_TRUE;
804 xfr->shuttingdown = ISC_FALSE;
959 if (xfr->shuttingdown) {
1194 if (xfr->shuttingdown) {
1369 xfr->shuttingdown = ISC_TRUE;
1411 if (! xfr->shuttingdown || xfr->refcount != 0 ||
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dcontrolconf.c111 isc_boolean_t shuttingdown; member in struct:ns_controls
349 if (listener->controls->shuttingdown)
646 controls->shuttingdown = ISC_TRUE;
1438 controls->shuttingdown = ISC_FALSE;
H A Dxfrout.c682 isc_boolean_t shuttingdown; member in struct:__anon124
1160 xfr->shuttingdown = ISC_FALSE;
1574 if (xfr->shuttingdown == ISC_TRUE) {
1591 xfr->shuttingdown = ISC_TRUE;
1599 INSIST(xfr->shuttingdown == ISC_TRUE);
/freebsd-9.3-release/contrib/bind9/bin/nsupdate/
H A Dnsupdate.c169 static isc_boolean_t shuttingdown = ISC_FALSE; variable
781 shuttingdown = ISC_TRUE;
2112 if (shuttingdown) {
2262 if (shuttingdown) {
2705 if (shuttingdown) {
2982 if (shuttingdown) {
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-signzone.c161 static isc_boolean_t shuttingdown = ISC_FALSE, finished = ISC_FALSE; variable
1420 if (shuttingdown)
3681 shuttingdown = ISC_TRUE;

Completed in 147 milliseconds