Searched refs:detach (Results 1 - 17 of 17) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dtimer.h113 void (*detach)(isc_timer_t **timerp); member in struct:__anon256
318 * The timer will detach from its task
381 * must detach them before calling isc_timermgr_destroy() or it will
H A Dtask.h116 void (*detach)(isc_task_t **taskp); member in struct:isc_taskmethods
261 * Send '*event' to '*taskp' and then detach '*taskp' from its
H A Dmem.h198 void (*detach)(isc_mem_t **mctxp); member in struct:isc_memmethods
343 * \brief Attach to / detach from a memory context.
H A Dsocket.h338 void (*detach)(isc_socket_t **socketp); member in struct:isc_socketmethods
638 * issue, it should be safer to detach the unused socket and re-create a new
718 * can be used (other than attach and detach) is isc_socket_accept().
1095 * must detach them before calling isc_socketmgr_destroy() or it will
/bind-9.11.3/lib/isc/
H A Dsocket_api.c125 (*socketp)->methods->detach(socketp);
H A Dtimer.c1160 (*timerp)->methods->detach(timerp);
H A Dtask.c490 XTRACE("detach");
615 * Send '*event' to '*taskp' and then detach '*taskp' from its
2159 (*taskp)->methods->detach(taskp);
H A Dmem.c2745 (*mctxp)->methods->detach(mctxp);
/bind-9.11.3/lib/dns/
H A Decdb.c184 detach(dns_db_t **dbp) { function
543 detach,
H A Dsdb.c569 detach(dns_db_t **dbp) { function
715 detach((dns_db_t **) (void *)&sdb);
1251 detach,
H A Dsdlz.c344 detach(dns_db_t **dbp) { function
531 detach(&db);
1285 detach,
H A Ddb.c164 ((*dbp)->methods->detach)(dbp);
H A Drbtdb.c197 #define detach detach64 macro
1433 detach(dns_db_t **dbp) { function
2451 detach((dns_db_t **)&rbtdb);
8337 detach,
8385 detach,
H A Dzone.c11727 goto detach;
12020 goto detach;
12067 goto detach;
12072 goto detach;
12081 detach:
15229 * it down, we can detach our reference.
/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Ddb.c86 detach(dns_db_t **dbp) { function
585 detach,
/bind-9.11.3/lib/dns/include/dns/
H A Ddb.h71 void (*detach)(dns_db_t **dbp); member in struct:dns_dbmethods
1399 * If task is set then the final detach maybe performed asynchronously.
/bind-9.11.3/bin/named/
H A Dquery.c1267 * If the previous search returned a zone, detach it.
1274 * detach it.
7514 isc_boolean_t detach = ISC_FALSE; local
7539 detach = ISC_TRUE;
7557 if (detach) {
7662 isc_boolean_t detach = ISC_FALSE; local
7678 detach = ISC_TRUE;
7698 if (detach) {

Completed in 5727 milliseconds