Searched refs:hashtree (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.sbin/nsd/
H A Ddbaccess.c72 zone->hashtree = NULL;
118 hash_tree_delete(db->region, zone->hashtree);
H A Dnsec3.c82 if(!zone->hashtree)
83 zone->hashtree = rbtree_create(region, cmp_hash_tree);
383 hash_tree_clear(zone->hashtree);
530 zone_add_domain_in_hash_tree(db->region, &zone->hashtree,
753 if(process_first(zone->hashtree, hash, &p, init_lookup_key_hash_tree)) {
767 if(zone->hashtree)
768 p = rbtree_first(zone->hashtree);
778 process_end(zone->hashtree, hash, &p_end, init_lookup_key_hash_tree);
807 /* in the hashtree, wchashtree, dshashtree walk through to next NSEC3
H A Dnamedb.h61 /* entry in the hashtree */
136 rbtree_type* hashtree; /* tree, hashed NSEC3precompiled domains */ member in struct:zone
H A Dnamedb.c237 ->hashtree, &domain->nsec3->hash_wc->hash.node);
H A Ddifffile.c520 zone_del_domain_in_hash_tree(zone->hashtree,

Completed in 191 milliseconds