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

/bind-9.11.3/bin/named/include/named/
H A Dlwresd.h33 isc_boolean_t shutting_down; member in struct:ns_lwresd
/bind-9.11.3/lib/dns/
H A Ddispatch.c227 unsigned int shutting_down : 1, member in struct:dns_dispatch
494 if (disp->shutting_down == 0)
1082 if (disp->shutting_down) {
1392 disp->shutting_down = 1;
1499 if (disp->shutting_down == 1)
1561 disp->shutting_down = 1;
1575 disp->shutting_down = 1;
2258 if ((disp->shutting_down == 0)
2393 disp->shutting_down = 0;
2642 if ((disp->shutting_down
[all...]
H A Dacache.c208 isc_boolean_t shutting_down; member in struct:dns_acache
316 INSIST(acache->shutting_down);
358 INSIST(acache->shutting_down);
1091 acache->shutting_down = ISC_FALSE;
1222 if (!acache->shutting_down) {
1228 acache->shutting_down = ISC_TRUE;
H A Dadb.c151 isc_boolean_t shutting_down; member in struct:dns_adb
1554 if (adb->shutting_down) {
2561 adb->shutting_down = ISC_FALSE;
2836 INSIST(adb->shutting_down);
2863 if (adb->shutting_down && zeroirefcnt &&
2891 INSIST(adb->shutting_down);
2910 if (!adb->shutting_down) {
2911 adb->shutting_down = ISC_TRUE;
/bind-9.11.3/bin/named/
H A Dlwresd.c307 lwresd->shutting_down = ISC_FALSE;

Completed in 1038 milliseconds