Home
last modified time | relevance | path

Searched refs:wildcard_child_closest_match (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dnamedb.c44 result->wildcard_child_closest_match = result; in allocate_domain_info()
263 if(domain->parent->wildcard_child_closest_match == domain) in do_deldomain()
264 domain->parent->wildcard_child_closest_match = in do_deldomain()
331 root->wildcard_child_closest_match = root; in domain_table_create()
461 domain_dname(closest_encloser->wildcard_child_closest_match)) > 0) in domain_table_insert()
463 closest_encloser->wildcard_child_closest_match in domain_table_insert()
508 domain_dname(domain->parent->wildcard_child_closest_match)) > 0) { in domain_add_rrset()
509 domain->parent->wildcard_child_closest_match = domain; in domain_add_rrset()
630 assert(domain->wildcard_child_closest_match); in domain_wildcard_child()
632 wildcard_child = domain->wildcard_child_closest_match; in domain_wildcard_child()
H A Dnamedb.h105 domain_type* wildcard_child_closest_match; member
H A Dquery.c720 temp->wildcard_child_closest_match = temp; in add_additional_rrsets()
1228 match->wildcard_child_closest_match = match; in answer_authoritative()
1290 wildcard_child_closest_match, q->zone, in answer_authoritative()
H A Dnsec3.c1032 if (original==original->wildcard_child_closest_match in nsec3_answer_nodata()
1044 else if (original==original->wildcard_child_closest_match in nsec3_answer_nodata()
H A Dixfr.c2340 domain->parent->wildcard_child_closest_match == domain) in ixfr_temp_deldomain()
2341 domain->parent->wildcard_child_closest_match = in ixfr_temp_deldomain()
2348 if(p->parent && p->parent->wildcard_child_closest_match == p) in ixfr_temp_deldomain()
2349 p->parent->wildcard_child_closest_match = in ixfr_temp_deldomain()
H A Ddifffile.c287 p->parent->wildcard_child_closest_match == p) in rrset_zero_nonexist_check()
288 p->parent->wildcard_child_closest_match = domain_previous_existing_child(p); in rrset_zero_nonexist_check()