Lines Matching defs:foundname

2423 	dns_name_t foundname;
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;
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,
2778 dns_name_t *foundname, dns_rdataset_t *rdataset,
2794 * If we have to set foundname, we do it before anything else.
2795 * If we were to set foundname after we had set nodep or bound the
2797 * failed. By setting foundname first, there's nothing to undo if
2800 if (foundname != NULL && search->copy_name) {
2802 result = dns_name_copy(zcname, foundname, NULL);
3270 dns_name_t *foundname, dns_rdataset_t *rdataset,
3370 foundname, NULL);
3441 dns_dbnode_t **nodep, dns_name_t *foundname,
3506 result = dns_rbt_findnode(tree, name, foundname, &node,
3513 result = setup_delegation(&search, nodep, foundname,
3527 result = dns_name_copy(name, foundname, NULL);
3549 result = find_closest_nsec(&search, nodep, foundname,
3783 result = setup_delegation(&search, nodep, foundname,
3804 result = find_closest_nsec(&search, nodep, foundname,
3837 foundname->attributes |= DNS_NAMEATTR_WILDCARD;
3886 !valid_glue(&search, foundname, type, node)) {
3888 result = setup_delegation(&search, nodep, foundname,
3915 foundname->attributes |= DNS_NAMEATTR_WILDCARD;
3950 dns_name_t *foundname,
3958 UNUSED(foundname);
4085 dns_dbnode_t **nodep, dns_name_t *foundname,
4185 * If we have to set foundname, we do it before
4186 * anything else. If we were to set foundname after
4189 * failed. By setting foundname first, there's
4192 if (foundname != NULL) {
4195 result = dns_name_copy(&name, foundname, NULL);
4203 dns_name_concatenate(foundname,
4205 foundname,
4259 isc_stdtime_t now, dns_name_t *foundname,
4354 foundname, NULL);
4379 dns_dbnode_t **nodep, dns_name_t *foundname,
4425 result = dns_rbt_findnode(search.rbtdb->tree, name, foundname, &node,
4432 foundname, rdataset,
4438 result = setup_delegation(&search, nodep, foundname,
4444 foundname, rdataset,
4725 dns_name_t *foundname,
4763 result = dns_rbt_findnode(search.rbtdb->tree, name, foundname, &node,
4768 result = find_deepest_zonecut(&search, node, nodep, foundname,
6490 dns_name_t foundname;
6491 dns_name_init(&foundname, NULL);
6492 dns_rbt_namefromnode(node, &foundname);
6496 node->locknum = dns_name_hash(&foundname, ISC_TRUE) %
6814 dns_name_t *foundname)
6851 if (foundname != NULL)
6852 dns_rbt_fullnamefromnode(header->node, foundname);