Searched refs:attach (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | db.h | 72 void (*attach)(dns_db_t *source, dns_db_t **targetp); member in struct:dns_dbmethods
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | sdb.c | 539 attach(dns_db_t *source, dns_db_t **targetp) { function 673 attach((dns_db_t *)sdb, (dns_db_t **)&node->sdb); 1228 attach,
|
H A D | sdlz.c | 308 attach(dns_db_t *source, dns_db_t **targetp) { function 433 attach((dns_db_t *)sdlz, (dns_db_t **)&node->sdlz); 1025 attach, 1283 /* attach to the memory context */ 1722 /* attach the new sdlz_implementation object to a memory context */
|
H A D | db.c | 157 (source->methods->attach)(source, targetp);
|
H A D | rbtdb.c | 677 attach(dns_db_t *source, dns_db_t **targetp) { function 1753 attach((dns_db_t *)rbtdb, &db); 3473 * If the caller didn't supply a version, attach to the current 6915 attach, 6954 attach,
|
Completed in 240 milliseconds