Searched defs:detach (Results 1 - 11 of 11) 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/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 Drbtdb.c197 #define detach detach64 macro
1433 detach(dns_db_t **dbp) { function
2451 detach((dns_db_t **)&rbtdb);
8337 detach,
8385 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/tests/system/dyndb/driver/
H A Ddb.c86 detach(dns_db_t **dbp) { function
585 detach,
/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 65 milliseconds