/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | map_test.c | 121 ATF_TC(find); variable 122 ATF_TC_HEAD(find, tc) 126 ATF_TC_BODY(find, tc) 409 ATF_TP_ADD_TC(tp, find);
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | lwdgabn.c | 71 setup_addresses(ns_lwdclient_t *client, dns_adbfind_t *find, unsigned int at) { argument 83 ai = ISC_LIST_HEAD(find->list); 177 * We must make certain the client->find is not still active. 181 if (client->find == client->v4find || client->find == client->v6find) 182 client->find = NULL; 184 if (client->find != NULL) 185 dns_adb_destroyfind(&client->find); 346 ns_lwdclient_log(50, "find done for task %p, client %p", task, client); 358 client->v4find = client->find; [all...] |
/bind-9.6-ESV-R11/bin/tests/ |
H A D | adb_test.c | 50 dns_adbfind_t *find; member in struct:client 96 client->find = NULL; 111 INSIST(client->find == NULL); 131 INSIST(client->find == ev->ev_sender); 135 task, ev, ev->ev_type, client->find, client, 136 isc_result_totext(client->find->result_v4), 137 isc_result_totext(client->find->result_v6)); 144 dns_adb_dumpfind(client->find, stderr); 145 dns_adb_destroyfind(&client->find); 267 now, NULL, view->dstport, &client->find); [all...] |
H A D | byname_test.c | 52 static dns_adbfind_t *find = NULL; variable 94 print_addresses(dns_adbfind_t *find) { argument 97 for (address = ISC_LIST_HEAD(find->list); 130 &find); 132 if (!ISC_LIST_EMPTY(find->list)) { 137 INSIST((find->options & DNS_ADBFIND_WANTEVENT) == 0); 138 print_addresses(find); 145 if ((find->options & DNS_ADBFIND_WANTEVENT) == 0) { 167 if (find != NULL) 168 dns_adb_destroyfind(&find); [all...] |
/bind-9.6-ESV-R11/lib/dns/tests/ |
H A D | dbversion_test.c | 187 find(isc_assertioncallback_t callback) { function 212 ATF_TC(find); variable 213 ATF_TC_HEAD(find, tc) { 216 ATF_TC_BODY(find, tc) { 220 find(NULL); 231 find(callback); 727 ATF_TP_ADD_TC(tp, find);
|
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | lwdclient.h | 70 dns_adbfind_t *find; member in struct:ns_lwdclient
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | db.h | 92 isc_result_t (*find)(dns_db_t *db, dns_name_t *name, member in struct:dns_dbmethods
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | sdb.c | 801 find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, function 1238 find,
|
H A D | sdlz.c | 765 find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, function 1035 find, 1238 * either the find zone or the allow zone transfer method. 1347 /* Call SDLZ driver's find zone method */ 1459 /* Call SDLZ driver's find zone method */
|
H A D | adb.c | 617 * can find out if any new information was added or not. 1069 dns_adbfind_t *find; local 1072 find = event->ev_destroy_arg; 1073 INSIST(DNS_ADBFIND_VALID(find)); 1075 LOCK(&find->lock); 1076 find->flags |= FIND_EVENT_FREED; 1078 UNLOCK(&find->lock); 1090 dns_adbfind_t *find; local 1099 find = ISC_LIST_HEAD(name->finds); 1100 while (find ! 1530 dns_adbfind_t *find; local 1716 copy_namehook_lists(dns_adb_t *adb, dns_adbfind_t *find, dns_name_t *qname, dns_rdatatype_t qtype, dns_adbname_t *name, isc_stdtime_t now) argument 2285 dns_adbfind_t *find; local 2622 dns_adbfind_t *find; local 2679 dns_adb_cancelfind(dns_adbfind_t *find) argument 2884 dns_adb_dumpfind(dns_adbfind_t *find, FILE *f) argument 2977 dns_adbfind_t *find; local [all...] |
H A D | resolver.c | 203 dns_adbfind_t * find; member in struct:fetchctx 769 dns_adbfind_t *find; local 852 for (find = ISC_LIST_HEAD(fctx->finds); 853 find != NULL; 854 find = ISC_LIST_NEXT(find, publink)) 855 for (addrinfo = ISC_LIST_HEAD(find->list); 869 for (find = ISC_LIST_HEAD(fctx->altfinds); 870 find != NULL; 871 find 949 dns_adbfind_t *find, *next_find; local 965 dns_adbfind_t *find, *next_find; local 2120 dns_adbfind_t *find; local 2409 sort_adbfind(fetchctx_t *fctx, dns_adbfind_t *find) argument 2479 dns_adbfind_t *find; local 2904 dns_adbfind_t *find, *start; local [all...] |
H A D | zone.c | 443 dns_adbfind_t *find; member in struct:dns_notify 2520 * For non-dynamic zones we only need to find a supported algorithm. 2668 "could not find NS and/or SOA records"); 6646 if (notify->find != NULL) 6647 dns_adb_cancelfind(notify->find); 6810 if (notify->find != NULL) 6811 dns_adb_destroyfind(¬ify->find); 6835 notify->find = NULL; 6861 dns_adb_destroyfind(¬ify->find); 6891 ¬ify->find); [all...] |