Searched defs:attach (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dtimer.h112 void (*attach)(isc_timer_t *timer, isc_timer_t **timerp); member in struct:__anon256
H A Dtask.h115 void (*attach)(isc_task_t *source, isc_task_t **targetp); member in struct:isc_taskmethods
H A Dmem.h197 void (*attach)(isc_mem_t *source, isc_mem_t **targetp); member in struct:isc_memmethods
H A Dsocket.h336 void (*attach)(isc_socket_t *socket, member in struct:isc_socketmethods
718 * can be used (other than attach and detach) is isc_socket_accept().
/bind-9.11.3/lib/dns/
H A Decdb.c152 attach(dns_db_t *source, dns_db_t **targetp) { function
542 attach,
H A Dsdb.c529 attach(dns_db_t *source, dns_db_t **targetp) { function
662 attach((dns_db_t *)sdb, (dns_db_t **)&node->sdb);
1250 attach,
H A Dsdlz.c314 attach(dns_db_t *source, dns_db_t **targetp) { function
473 attach((dns_db_t *)sdlz, (dns_db_t **)&node->sdlz);
1284 attach,
1554 /* attach to the memory context */
2078 /* attach the new sdlz_implementation object to a memory context */
H A Drbtdb.c161 #define attach attach64 macro
1013 attach(dns_db_t *source, dns_db_t **targetp) { function
2128 attach((dns_db_t *)rbtdb, &db);
2338 attach((dns_db_t *)rbtdb, &db);
4170 * If the caller didn't supply a version, attach to the current
8336 attach,
8384 attach,
/bind-9.11.3/lib/dns/include/dns/
H A Ddb.h70 void (*attach)(dns_db_t *source, dns_db_t **targetp); member in struct:dns_dbmethods
/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Ddb.c67 attach(dns_db_t *source, dns_db_t **targetp) { function
584 attach,

Completed in 64 milliseconds