Searched defs:attach (Results 1 - 10 of 10) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | timer.h | 112 void (*attach)(isc_timer_t *timer, isc_timer_t **timerp); member in struct:__anon256
|
H A D | task.h | 115 void (*attach)(isc_task_t *source, isc_task_t **targetp); member in struct:isc_taskmethods
|
H A D | mem.h | 197 void (*attach)(isc_mem_t *source, isc_mem_t **targetp); member in struct:isc_memmethods
|
H A D | socket.h | 336 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 D | ecdb.c | 152 attach(dns_db_t *source, dns_db_t **targetp) { function 542 attach,
|
H A D | sdb.c | 529 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 D | sdlz.c | 314 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 D | rbtdb.c | 161 #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 D | db.h | 70 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 D | db.c | 67 attach(dns_db_t *source, dns_db_t **targetp) { function 584 attach,
|
Completed in 64 milliseconds