Searched refs:prehash_list (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/nsd/
H A Dnamedb.c158 return (table->prehash_list == domain);
175 domain_type* d = table->prehash_list, *n;
182 table->prehash_list = NULL;
192 domain->nsec3->prehash_next = table->prehash_list;
193 if(table->prehash_list)
194 table->prehash_list->nsec3->prehash_prev = domain;
195 table->prehash_list = domain;
208 else table->prehash_list = domain->nsec3->prehash_next;
359 result->prehash_list = NULL;
H A Dnamedb.h52 domain_type* prehash_list; member in struct:domain_table
H A Dnsec3.c847 for(d = db->domains->prehash_list; d; d = d->nsec3->prehash_next) {

Completed in 151 milliseconds