Searched defs:shutdown_requested (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Dapp.c91 isc_boolean_t shutdown_requested; member in struct:isc__appctx
164 ctx->shutdown_requested = ISC_FALSE;
327 if (ctx->shutdown_requested)
330 ctx->shutdown_requested = ISC_TRUE;
359 if (ctx->shutdown_requested)
/bind-9.11.3/lib/isc/unix/
H A Dapp.c100 isc_boolean_t shutdown_requested; member in struct:isc__appctx
255 ctx->shutdown_requested = ISC_FALSE;
768 if (ctx->shutdown_requested)
771 ctx->shutdown_requested = ISC_TRUE;
848 if (ctx->shutdown_requested)

Completed in 10 milliseconds