Searched refs:dns_adb_createfind (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/dns/include/dns/ |
H A D | adb.h | 241 * to dns_adb_createfind() can still be used until they are no longer needed. 330 dns_adb_createfind(dns_adb_t *adb, isc_task_t *task, isc_taskaction_t action, 509 *\li qname be the qname used in the dns_adb_createfind() call.
|
/bind-9.11.3/bin/tests/ |
H A D | byname_test.c | 116 result = dns_adb_createfind(view->adb, task, adb_callback, NULL, 151 printf("dns_adb_createfind() returned %s\n",
|
H A D | adb_test.c | 258 result = dns_adb_createfind(adb, t2, lookup_callback, client,
|
/bind-9.11.3/bin/named/ |
H A D | lwdgabn.c | 424 result = dns_adb_createfind(client->clientmgr->view->adb,
|
/bind-9.11.3/lib/dns/ |
H A D | adb.c | 2929 dns_adb_createfind(dns_adb_t *adb, isc_task_t *task, isc_taskaction_t action, function 3030 "dns_adb_createfind: returning ISC_R_SHUTTINGDOWN"); 3079 "dns_adb_createfind: name %s (%p) is an alias (cached)", 3095 "dns_adb_createfind: found A for name %s (%p) in db", 3105 "dns_adb_createfind: name %s (%p) is an alias", 3135 "dns_adb_createfind: found AAAA for name %s (%p)", 3145 "dns_adb_createfind: name %s (%p) is an alias", 3186 DP(DEF_LEVEL, "dns_adb_createfind: " 3197 DP(DEF_LEVEL, "dns_adb_createfind: "
|
H A D | zone.c | 10789 result = dns_adb_createfind(notify->zone->view->adb,
|
Completed in 782 milliseconds