Home | History | Annotate | Download | only in dns

Lines Matching defs:foundname

250 		 dns_name_t *foundname, dns_rdataset_t *rdataset,
268 * If we have to set foundname, we do it before anything else.
269 * If we were to set foundname after we had set nodep or bound the
271 * failed. By setting foundname first, there's nothing to undo if
274 if (foundname != NULL && search->copy_name) {
276 dns_name_copy(zcname, foundname);
787 dns_name_t *foundname, dns_rdataset_t *rdataset,
897 foundname, NULL);
984 dns_name_t *foundname, dns_rdataset_t *rdataset,
1036 result = dns_rbt_findnode(tree, name, foundname, &node, &search.chain,
1044 &search, nodep, foundname, rdataset,
1058 dns_name_copy(name, foundname);
1085 &search, nodep, foundname, rdataset,
1339 &search, nodep, foundname, rdataset,
1362 &search, nodep, foundname, rdataset,
1388 foundname->attributes.wildcard = true;
1460 foundname->attributes.wildcard = true;
1998 getsigningtime(dns_db_t *db, isc_stdtime_t *resign, dns_name_t *foundname,
2010 REQUIRE(foundname != NULL);
2066 dns_rbt_fullnamefromnode(RBTDB_HEADERNODE(header), foundname);
2323 dns_name_t foundname;
2329 dns_name_init(&foundname, offsets);
2333 dns_name_getlabelsequence(name, 1, n, &foundname);
2334 result = dns_rbt_addnode(rbtdb->tree, &foundname, &node);
2356 dns_name_t foundname;
2360 dns_name_init(&foundname, offsets);
2366 dns_name_getlabelsequence(name, n - i, i, &foundname);
2367 if (dns_name_iswildcard(&foundname)) {
2368 result = dns__zonerbt_wildcardmagic(rbtdb, &foundname,
2373 result = dns_rbt_addnode(rbtdb->tree, &foundname,