Searched refs:shutdown (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/rrsetorder/ns2/
H A Dnamed.conf31 // flush-zones-on-shutdown yes;
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dclient.h128 void (*shutdown)(void *arg, isc_result_t result); member in struct:ns_client
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h153 int shutdown(int, int);
/bind-9.6-ESV-R11/bin/named/
H A Dclient.c264 * Check for a deactivation or shutdown request and take appropriate
481 * its shutdown event or no shutdown event has ever been
482 * set up. Thus, we have no outstanding shutdown
583 * The client's task has received a shutdown event.
597 CTRACE("shutdown");
601 if (client->shutdown != NULL) {
602 (client->shutdown)(client->shutdown_arg, ISC_R_SHUTTINGDOWN);
603 client->shutdown = NULL;
1913 if (client->shutdown !
[all...]
H A Dxfrout.c1401 * Register a shutdown callback with the client, so that we
1403 * gets a shutdown event.
1405 xfr->client->shutdown = xfrout_client_shutdown;
1722 xfr->client->shutdown = NULL;
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c403 shutdown(SOCKET a0, int a1) function
408 idnLogPrintf(idn_log_level_trace, "stub shutdown() called\n");
412 if ((p = GetProcAddress(DLLHANDLE, "shutdown")) == NULL) {
413 FATAL("cannot find entry shutdown (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c403 shutdown(SOCKET a0, int a1) function
408 idnLogPrintf(idn_log_level_trace, "stub shutdown() called\n");
412 if ((p = GetProcAddress(DLLHANDLE, "shutdown")) == NULL) {
413 FATAL("cannot find entry shutdown (%d)\n", GetLastError());

Completed in 32 milliseconds