/bind-9.6-ESV-R11/lib/dns/ |
H A D | forward.c | 144 dns_name_t *foundname, dns_forwarders_t **forwardersp) 152 result = dns_rbt_findname(fwdtable->table, name, 0, foundname, 143 dns_fwdtable_find2(dns_fwdtable_t *fwdtable, dns_name_t *name, dns_name_t *foundname, dns_forwarders_t **forwardersp) argument
|
H A D | keytable.c | 307 dns_name_t *foundname) 318 REQUIRE(foundname != NULL); 323 result = dns_rbt_findname(keytable->table, name, 0, foundname, &data); 306 dns_keytable_finddeepestmatch(dns_keytable_t *keytable, dns_name_t *name, dns_name_t *foundname) argument
|
H A D | lookup.c | 163 view_find(dns_lookup_t *lookup, dns_name_t *foundname) { argument 175 foundname, &lookup->rdataset, 186 dns_fixedname_t foundname, fixed; local 207 dns_fixedname_init(&foundname); 208 fname = dns_fixedname_name(&foundname); 241 fname = dns_fixedname_name(&event->foundname);
|
H A D | rootns.c | 328 dns_name_t *foundname; local 334 foundname = dns_fixedname_name(&fixed); 337 now, NULL, foundname, &hintrrset, NULL); 339 DNS_DBFIND_GLUEOK, now, NULL, foundname, 379 now, NULL, foundname, &hintrrset, NULL); 381 DNS_DBFIND_GLUEOK, now, NULL, foundname,
|
H A D | zt.c | 144 dns_name_t *foundname, dns_zone_t **zonep) 157 result = dns_rbt_findname(zt->table, name, rbtoptions, foundname, 143 dns_zt_find(dns_zt_t *zt, dns_name_t *name, unsigned int options, dns_name_t *foundname, dns_zone_t **zonep) argument
|
H A D | db.c | 485 dns_dbnode_t **nodep, dns_name_t *foundname, 497 REQUIRE(dns_name_hasbuffer(foundname)); 506 nodep, foundname, rdataset, sigrdataset)); 512 dns_dbnode_t **nodep, dns_name_t *foundname, 522 REQUIRE(dns_name_hasbuffer(foundname)); 528 foundname, rdataset, sigrdataset)); 483 dns_db_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument 510 dns_db_findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
|
H A D | acache.c | 230 dns_name_t *foundname; /* corresponding DNS name member in struct:dns_acacheentry 502 if (entry->foundname) { 505 for (rdataset = ISC_LIST_HEAD(entry->foundname->list); 509 ISC_LIST_UNLINK(entry->foundname->list, 514 if (dns_name_dynamic(entry->foundname)) 515 dns_name_free(entry->foundname, acache->mctx); 516 isc_mem_put(acache->mctx, entry->foundname, 517 sizeof(*entry->foundname)); 518 entry->foundname = NULL; 1428 newentry->foundname [all...] |
H A D | nsec3.c | 972 dns_fixedname_t foundname; local 973 dns_fixedname_init(&foundname); 978 dns_fixedname_name(&foundname),
|
H A D | tsig.c | 466 dns_name_t foundname; local 477 dns_name_init(&foundname, NULL); 483 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname, 492 dns_rbtnodechain_current(&chain, &foundname, origin, &node); 506 result = dns_rbtnodechain_next(&chain, &foundname,
|
H A D | view.c | 729 dns_db_t **dbp, dns_dbnode_t **nodep, dns_name_t *foundname, 788 now, &node, foundname, rdataset, sigrdataset); 872 now, &node, foundname, 935 dns_fixedname_t foundname; local 937 dns_fixedname_init(&foundname); 939 NULL, NULL, dns_fixedname_name(&foundname), 945 * foundname is not returned by this simplified API. We 727 dns_view_find(dns_view_t *view, dns_name_t *name, dns_rdatatype_t type, isc_stdtime_t now, unsigned int options, isc_boolean_t use_hints, dns_db_t **dbp, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
|
H A D | message.c | 822 findname(dns_name_t **foundname, dns_name_t *target, argument 831 if (foundname != NULL) 832 *foundname = curr; 2258 dns_name_t *foundname; local 2279 result = findname(&foundname, target, 2288 *name = foundname; 2296 result = dns_message_findtype(foundname, type, covers, rdataset);
|
H A D | rbt.c | 676 dns_rbt_findnode(dns_rbt_t *rbt, dns_name_t *name, dns_name_t *foundname, argument 699 * otherwise a chain is still needed to generate foundname and 959 if (foundname != NULL) 960 result = chain_name(chain, foundname, ISC_TRUE); 991 if (foundname != NULL) { 996 result = chain_name(chain, foundname, 1180 dns_name_t *foundname, void **data) { 1186 result = dns_rbt_findnode(rbt, name, foundname, &node, NULL, 1179 dns_rbt_findname(dns_rbt_t *rbt, dns_name_t *name, unsigned int options, dns_name_t *foundname, void **data) argument
|
H A D | sdb.c | 803 dns_dbnode_t **nodep, dns_name_t *foundname, 941 if (foundname != NULL) { 944 xresult = dns_name_copy(xname, foundname, NULL); 964 isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, 972 UNUSED(foundname); 801 find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument 963 findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
|
H A D | sdlz.c | 593 isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, 601 UNUSED(foundname); 767 dns_dbnode_t **nodep, dns_name_t *foundname, 898 if (foundname != NULL) { 901 xresult = dns_name_copy(xname, foundname, NULL); 592 findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument 765 find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
|
H A D | validator.c | 595 tname = dns_fixedname_name(&devent->foundname); 958 dns_name_t *foundname; local 992 foundname = dns_fixedname_name(&fixedname); 994 ISC_FALSE, NULL, NULL, foundname, 1021 if (dns_name_issubdomain(name, foundname)) { 1030 if (dns_name_compare(foundname, &nsec.next) >= 0) { 1058 dns_name_format(foundname, buf2, sizeof buf2);
|
H A D | adb.c | 2992 dns_fixedname_t foundname; local 3000 dns_fixedname_init(&foundname); 3001 fname = dns_fixedname_name(&foundname); 3236 dns_fixedname_name(&dev->foundname),
|
H A D | rbtdb.c | 2423 dns_name_t foundname; local 2428 dns_name_init(&foundname, offsets); 2432 dns_name_getlabelsequence(name, 1, n, &foundname); 2433 result = dns_rbt_addnode(rbtdb->tree, &foundname, &node); 2445 dns_name_t foundname; local 2449 dns_name_init(&foundname, offsets); 2455 dns_name_getlabelsequence(name, n - i, i, &foundname); 2456 if (dns_name_iswildcard(&foundname)) { 2457 result = add_wildcard_magic(rbtdb, &foundname); 2460 result = dns_rbt_addnode(rbtdb->tree, &foundname, 2777 setup_delegation(rbtdb_search_t *search, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument 3269 find_closest_nsec(rbtdb_search_t *search, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_rbt_t *tree, dns_db_secure_t secure) argument 3439 zone_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument 3948 zone_findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument 4084 find_deepest_zonecut(rbtdb_search_t *search, dns_rbtnode_t *node, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument 4258 find_coveringnsec(rbtdb_search_t *search, dns_dbnode_t **nodep, isc_stdtime_t now, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument 4377 cache_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument 4723 cache_findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument 6490 dns_name_t foundname; local 6813 getsigningtime(dns_db_t *db, dns_rdataset_t *rdataset, dns_name_t *foundname) argument [all...] |
H A D | resolver.c | 3480 dns_fixedname_init(&event->foundname); 3891 hname = dns_fixedname_name(&hevent->foundname); 3895 name = dns_fixedname_name(&event->foundname); 4344 dns_fixedname_name(&hevent->foundname), NULL) 4569 aname = dns_fixedname_name(&event->foundname); 5120 aname = dns_fixedname_name(&event->foundname); 6455 dns_fixedname_t foundname; local 7034 dns_fixedname_init(&foundname); 7035 fname = dns_fixedname_name(&foundname);
|
H A D | zone.c | 1728 dns_name_t *foundname; local 1752 foundname = dns_fixedname_name(&fixed); 1755 0, 0, NULL, foundname, NULL, NULL); 1761 0, 0, NULL, foundname, NULL, NULL); 1793 dns_name_format(foundname, altbuf, sizeof altbuf); 1816 dns_name_t *foundname; local 1840 foundname = dns_fixedname_name(&fixed); 1843 0, 0, NULL, foundname, NULL, NULL); 1849 0, 0, NULL, foundname, NULL, NULL); 1881 dns_name_format(foundname, altbu 1905 dns_name_t *foundname; local 2885 dns_name_t *foundname; local [all...] |
/bind-9.6-ESV-R11/bin/tests/ |
H A D | rbt_test.c | 112 dns_name_t *foundname, *origin, *fullname; local 127 foundname = dns_fixedname_name(&fixedfoundname); 135 result = dns_rbt_findnode(rbt, name, foundname, &node1, &chain, 162 print_name(foundname); 165 result = dns_rbtnodechain_current(&chain, foundname, origin, &node2); 170 result = dns_name_concatenate(foundname, origin, 176 printf("\n (foundname = "); 177 print_name(foundname); 195 dns_name_t foundname, *origin; local 204 dns_name_init(&foundname, NUL 260 dns_name_t *name, *foundname; local [all...] |
H A D | db_test.c | 365 dns_fixedname_t foundname; local 466 dns_fixedname_init(&foundname); 467 fname = dns_fixedname_name(&foundname);
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | resolver.h | 81 dns_fixedname_t foundname; member in struct:dns_fetchevent
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | query.c | 2134 dns_fixedname_t foundname; local 2137 dns_fixedname_init(&foundname); 2138 fname = dns_fixedname_name(&foundname); 2203 dns_fixedname_t foundname; local 2215 dns_fixedname_init(&foundname); 2216 fname = dns_fixedname_name(&foundname); 3857 tname = dns_fixedname_name(&event->foundname);
|
H A D | update.c | 1584 dns_fixedname_t foundname; local 1585 dns_fixedname_init(&foundname); 1589 dns_fixedname_name(&foundname), 1607 dns_fixedname_name(&foundname), 2823 dns_name_t *foundname; local 2834 foundname = dns_fixedname_name(&fixed); 2882 0, 0, NULL, foundname, NULL, NULL); 2889 0, 0, NULL, foundname, 2906 dns_name_format(foundname, altbuf, sizeof altbuf);
|
H A D | server.c | 5623 dns_name_t foundname; local 5629 dns_name_init(&foundname, NULL); 5635 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname, 5648 dns_rbtnodechain_current(&chain, &foundname, origin, &node); 5667 result = dns_rbtnodechain_next(&chain, &foundname, origin); 5731 dns_name_t foundname; local 5744 dns_name_init(&foundname, NULL); 5748 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname, 5761 dns_rbtnodechain_current(&chain, &foundname, origin, &node); 5786 result = dns_rbtnodechain_next(&chain, &foundname, origi [all...] |