Searched defs:foundname (Results 1 - 25 of 32) sorted by relevance

12

/bind-9.11.3/lib/dns/
H A Dforward.c199 dns_name_t *foundname, dns_forwarders_t **forwardersp)
207 result = dns_rbt_findname(fwdtable->table, name, 0, foundname,
198 dns_fwdtable_find2(dns_fwdtable_t *fwdtable, dns_name_t *name, dns_name_t *foundname, dns_forwarders_t **forwardersp) argument
H A Dlookup.c154 view_find(dns_lookup_t *lookup, dns_name_t *foundname) { argument
166 foundname, &lookup->rdataset,
177 dns_fixedname_t foundname, fixed; local
198 dns_fixedname_init(&foundname);
199 fname = dns_fixedname_name(&foundname);
232 fname = dns_fixedname_name(&event->foundname);
H A Drootns.c327 dns_name_t *foundname; local
333 foundname = dns_fixedname_name(&fixed);
336 now, NULL, foundname, &hintrrset, NULL);
338 DNS_DBFIND_GLUEOK, now, NULL, foundname,
378 now, NULL, foundname, &hintrrset, NULL);
380 DNS_DBFIND_GLUEOK, now, NULL, foundname,
H A Dkeytable.c468 dns_name_t *foundname)
479 REQUIRE(foundname != NULL);
484 result = dns_rbt_findname(keytable->table, name, 0, foundname, &data);
527 dns_name_t *foundname, isc_boolean_t *wantdnssecp)
542 result = dns_rbt_findnode(keytable->table, name, foundname, &node,
467 dns_keytable_finddeepestmatch(dns_keytable_t *keytable, dns_name_t *name, dns_name_t *foundname) argument
526 dns_keytable_issecuredomain(dns_keytable_t *keytable, dns_name_t *name, dns_name_t *foundname, isc_boolean_t *wantdnssecp) argument
H A Dnta.c434 dns_name_t *foundname; local
446 foundname = dns_fixedname_name(&fn);
452 result = dns_rbt_findnode(ntatable->table, name, foundname, &node, NULL,
455 if (dns_name_issubdomain(foundname, anchor))
473 dns_name_format(foundname, nb, sizeof(nb));
485 result = deletenode(ntatable, foundname);
H A Dzt.c150 dns_name_t *foundname, dns_zone_t **zonep)
163 result = dns_rbt_findname(zt->table, name, rbtoptions, foundname,
149 dns_zt_find(dns_zt_t *zt, const dns_name_t *name, unsigned int options, dns_name_t *foundname, dns_zone_t **zonep) argument
H A Decdb.c287 dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset,
300 UNUSED(foundname);
310 dns_dbnode_t **nodep, dns_name_t *foundname,
321 UNUSED(foundname);
285 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
308 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 Dnsec3.c1286 dns_fixedname_t foundname; local
1287 dns_fixedname_init(&foundname);
1292 dns_fixedname_name(&foundname),
H A Dtsig.c438 dns_name_t foundname; local
449 dns_name_init(&foundname, NULL);
455 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname,
464 dns_rbtnodechain_current(&chain, &foundname, origin, &node);
478 result = dns_rbtnodechain_next(&chain, &foundname,
614 dns_name_t foundname; local
638 dns_name_init(&foundname, NULL);
642 result = dns_rbtnodechain_first(&chain, ring->keys, &foundname,
651 dns_rbtnodechain_current(&chain, &foundname, origin, &node);
655 result = dns_rbtnodechain_next(&chain, &foundname,
[all...]
H A Ddb.c528 dns_dbnode_t **nodep, dns_name_t *foundname,
539 REQUIRE(dns_name_hasbuffer(foundname));
549 options, now, nodep, foundname,
553 options, now, nodep, foundname,
561 dns_dbnode_t **nodep, dns_name_t *foundname,
574 REQUIRE(dns_name_hasbuffer(foundname));
584 options, now, nodep, foundname,
589 options, now, nodep, foundname,
596 dns_dbnode_t **nodep, dns_name_t *foundname,
606 REQUIRE(dns_name_hasbuffer(foundname));
526 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
559 dns_db_findext(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_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
594 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
[all...]
H A Dsdb.c809 dns_dbnode_t **nodep, dns_name_t *foundname,
963 if (foundname != NULL) {
966 xresult = dns_name_copy(xname, foundname, NULL);
986 isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname,
994 UNUSED(foundname);
807 findext(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_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
985 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 Dsdlz.c710 isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname,
718 UNUSED(foundname);
884 dns_dbnode_t **nodep, dns_name_t *foundname,
1030 if (foundname != NULL) {
1033 xresult = dns_name_copy(xname, foundname, NULL);
1054 dns_dbnode_t **nodep, dns_name_t *foundname,
1058 foundname, NULL, NULL, rdataset, sigrdataset));
709 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
882 findext(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_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
1052 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 Dupdate.c837 dns_fixedname_t foundname; local
838 dns_fixedname_init(&foundname);
842 dns_fixedname_name(&foundname),
860 dns_fixedname_name(&foundname),
H A Dvalidator.c585 tname = dns_fixedname_name(&devent->foundname);
963 dns_name_t *foundname; local
994 foundname = dns_fixedname_name(&fixedname);
996 ISC_FALSE, NULL, NULL, foundname,
1023 if (dns_name_issubdomain(name, foundname)) {
1032 if (dns_name_compare(foundname, &nsec.next) >= 0) {
1060 dns_name_format(foundname, buf2, sizeof buf2);
H A Dview.c992 dns_db_t **dbp, dns_dbnode_t **nodep, dns_name_t *foundname,
995 ISC_FALSE, dbp, nodep, foundname, rdataset,
1003 dns_db_t **dbp, dns_dbnode_t **nodep, dns_name_t *foundname,
1070 now, &node, foundname, rdataset, sigrdataset);
1156 now, &node, foundname,
1219 dns_fixedname_t foundname; local
1221 dns_fixedname_init(&foundname);
1223 NULL, NULL, dns_fixedname_name(&foundname),
1229 * foundname is not returned by this simplified API. We
990 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
1000 dns_view_find2(dns_view_t *view, dns_name_t *name, dns_rdatatype_t type, isc_stdtime_t now, unsigned int options, isc_boolean_t use_hints, isc_boolean_t use_static_stub, dns_db_t **dbp, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
H A Dacache.c240 dns_name_t *foundname; /* corresponding DNS name member in struct:dns_acacheentry
515 if (entry->foundname) {
518 for (rdataset = ISC_LIST_HEAD(entry->foundname->list);
522 ISC_LIST_UNLINK(entry->foundname->list,
527 if (dns_name_dynamic(entry->foundname))
528 dns_name_free(entry->foundname, acache->mctx);
529 isc_mem_put(acache->mctx, entry->foundname,
530 sizeof(*entry->foundname));
531 entry->foundname = NULL;
1441 newentry->foundname
[all...]
H A Dmessage.c813 findname(dns_name_t **foundname, dns_name_t *target, argument
822 if (foundname != NULL)
823 *foundname = curr;
2431 dns_name_t *foundname; local
2451 result = findname(&foundname, target,
2460 *name = foundname;
2468 result = dns_message_findtype(foundname, type, covers, rdataset);
H A Drbt.c1485 dns_rbt_findnode(dns_rbt_t *rbt, const dns_name_t *name, dns_name_t *foundname, argument
1508 * otherwise a chain is still needed to generate foundname and
1796 if (foundname != NULL)
1797 result = chain_name(chain, foundname, ISC_TRUE);
1828 if (foundname != NULL) {
1833 result = chain_name(chain, foundname,
2017 dns_name_t *foundname, void **data) {
2023 result = dns_rbt_findnode(rbt, name, foundname, &node, NULL,
2016 dns_rbt_findname(dns_rbt_t *rbt, const dns_name_t *name, unsigned int options, dns_name_t *foundname, void **data) argument
/bind-9.11.3/bin/tests/
H A Drbt_test.c103 dns_name_t *foundname, *origin, *fullname; local
118 foundname = dns_fixedname_name(&fixedfoundname);
126 result = dns_rbt_findnode(rbt, name, foundname, &node1, &chain,
153 print_name(foundname);
156 result = dns_rbtnodechain_current(&chain, foundname, origin, &node2);
161 result = dns_name_concatenate(foundname, origin,
167 printf("\n (foundname = ");
168 print_name(foundname);
186 dns_name_t foundname, *origin; local
195 dns_name_init(&foundname, NUL
251 dns_name_t *name, *foundname; local
[all...]
H A Ddb_test.c357 dns_fixedname_t foundname; local
456 dns_fixedname_init(&foundname);
457 fname = dns_fixedname_name(&foundname);
/bind-9.11.3/lib/dns/include/dns/
H A Dresolver.h71 dns_fixedname_t foundname; member in struct:dns_fetchevent
/bind-9.11.3/lib/dns/tests/
H A Drbt_serialize_test.c236 dns_name_t *foundname; local
240 foundname = dns_fixedname_name(&fixed);
257 result = dns_rbt_findname(rbt, name, 0, foundname,
H A Drbt_test.c213 dns_name_t *foundname; local
217 foundname = dns_fixedname_name(&fixed);
228 result = dns_rbt_findname(rbt, name, 0, foundname,
/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Ddb.c207 dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset,
215 options, now, nodep, foundname,
221 isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname,
229 now, nodep, foundname, rdataset,
548 dns_dbnode_t **nodep, dns_name_t *foundname,
557 options, now, nodep, foundname, methods,
205 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
220 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
546 findext(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_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
/bind-9.11.3/bin/named/
H A Dupdate.c1701 dns_name_t *foundname; local
1712 foundname = dns_fixedname_name(&fixed);
1760 0, 0, NULL, foundname, NULL, NULL);
1767 0, 0, NULL, foundname,
1784 dns_name_format(foundname, altbuf, sizeof altbuf);

Completed in 110 milliseconds

12