Searched defs:shutdown (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | task.h | 124 void (*shutdown)(isc_task_t *task); member in struct:isc_taskmethods 235 * an empty event queue), and has not been shutdown, the task will be 236 * shutdown. 239 * the task has been shutdown, 276 * idle (has an empty event queue), and has not been shutdown, 277 * the task will be shutdown. 280 * the task has been shutdown, 438 * Send a shutdown event with action 'action' and argument 'arg' when 439 * 'task' is shutdown. 453 *\li When the task is shutdown, shutdow [all...] |
/bind-9.11.3/lib/isc/win32/ |
H A D | app.c | 119 void *run, *shutdown, *start, *reload, *finish, *block, *unblock; member in struct:__anon294 173 /* Create the shutdown event in a non-signaled state */
|
/bind-9.11.3/lib/isc/unix/ |
H A D | app.c | 131 void *run, *shutdown, *start, *reload, *finish, *block, *unblock; member in struct:__anon284 530 * a call to isc_condition_signal() rather than a shutdown 683 /* shutdown() won the race. */ 726 /* shutdown() won the race. */
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
H A D | dllstub.c | 403 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.11.3/bin/named/include/named/ |
H A D | client.h | 120 void (*shutdown)(void *arg, isc_result_t result); member in struct:ns_client
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllstub.c | 403 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 26 milliseconds