Searched refs:dshashtree (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/nsd/ |
H A D | nsec3.c | 86 if(!zone->dshashtree) in nsec3_zone_trees_create() 87 zone->dshashtree = rbtree_create(region, cmp_dshash_tree); in nsec3_zone_trees_create() 385 hash_tree_clear(zone->dshashtree); in nsec3_clear_precompile() 568 zone_add_domain_in_hash_tree(db->region, &zone->dshashtree, in nsec3_precompile_domain_ds() 759 if(process_first(zone->dshashtree, hash, &pds, init_lookup_key_ds_tree)){ in process_range() 771 if(zone->dshashtree) in process_range() 772 pds = rbtree_first(zone->dshashtree); in process_range() 780 process_end(zone->dshashtree, hash, &pds_end, init_lookup_key_ds_tree); in process_range()
|
H A D | dbaccess.c | 74 zone->dshashtree = NULL; in namedb_zone_create() 120 hash_tree_delete(db->region, zone->dshashtree); in namedb_zone_delete()
|
H A D | namedb.h | 138 rbtree_type* dshashtree; /* tree, ds-parent-hash domains */ member
|
H A D | namedb.c | 244 ->dshashtree, &domain->nsec3->ds_parent_hash->node); in do_deldomain()
|
H A D | difffile.c | 534 zone_del_domain_in_hash_tree(zone->dshashtree, in nsec3_rrsets_changed_remove_prehash()
|