Searched refs:attach (Results 1 - 16 of 16) sorted by relevance

/bind-9.11.3/bin/tests/system/resolver/ns1/
H A Dnamed.conf30 attach-cache "globalcache";
54 * Must be second view so that so that we can check we don't attach to the
/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/isc/
H A Dsocket_api.c113 sock->methods->attach(sock, socketp);
H A Dtimer.c1148 timer->methods->attach(timer, timerp);
H A Dtask.c2147 source->methods->attach(source, targetp);
H A Dmem.c1845 * well, attach to the memory context.
2091 * Otherwise, attach it to our free list and bump the counter.
2733 source->methods->attach(source, targetp);
/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 Ddb.c149 (source->methods->attach)(source, targetp);
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/bin/tests/system/dyndb/driver/
H A Ddb.c67 attach(dns_db_t *source, dns_db_t **targetp) { function
584 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

Completed in 76 milliseconds