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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Ddb.h72 void (*attach)(dns_db_t *source, dns_db_t **targetp); member in struct:dns_dbmethods
/bind-9.6-ESV-R11/lib/dns/
H A Dsdb.c539 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 Dsdlz.c308 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 Drbtdb.c677 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 1034 milliseconds