Home
last modified time | relevance | path

Searched refs:domain_is_prehash (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/nsd/
H A Dnamedb.c153 int domain_is_prehash(domain_table_type* table, domain_type* domain) in domain_is_prehash() function
189 if(domain_is_prehash(table, domain)) in prehash_add()
226 if(domain_is_prehash(db->domains, domain)) in do_deldomain()
H A Dnamedb.h244 int domain_is_prehash(domain_table_type* table, domain_type* domain);
H A Ddifffile.c477 if(domain_is_prehash(db->domains, rr->owner)) in nsec3_delete_rr_trigger()