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

/openbsd-current/usr.sbin/nsd/
H A Dnamedb.c79 result->nsec3->prehash_next = NULL;
156 && (domain->nsec3->prehash_prev || domain->nsec3->prehash_next))
177 n = d->nsec3->prehash_next;
179 d->nsec3->prehash_next = NULL;
192 domain->nsec3->prehash_next = table->prehash_list;
202 if(domain->nsec3->prehash_next)
203 domain->nsec3->prehash_next->nsec3->prehash_prev =
206 domain->nsec3->prehash_prev->nsec3->prehash_next =
207 domain->nsec3->prehash_next;
208 else table->prehash_list = domain->nsec3->prehash_next;
[all...]
H A Dnamedb.h79 domain_type* prehash_prev, *prehash_next; member in struct:nsec3_domain_data
H A Dnsec3.c847 for(d = db->domains->prehash_list; d; d = d->nsec3->prehash_next) {

Completed in 138 milliseconds