HomeSort by: relevance | last modified time | path
    Searched refs:dshashtree (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nsd/dist/
nsec3.c 86 if(!zone->dshashtree)
87 zone->dshashtree = rbtree_create(region, cmp_dshash_tree);
400 hash_tree_clear(zone->dshashtree);
505 if (zone && zone->dshashtree)
596 zone_add_domain_in_hash_tree(db->region, &zone->dshashtree,
788 if(process_first(zone->dshashtree, hash, &pds, init_lookup_key_ds_tree)){
800 if(zone->dshashtree)
801 pds = rbtree_first(zone->dshashtree);
809 process_end(zone->dshashtree, hash, &pds_end, init_lookup_key_ds_tree);
836 /* in the hashtree, wchashtree, dshashtree walk through to next NSEC
    [all...]
dbaccess.c 73 zone->dshashtree = NULL;
159 hash_tree_delete(db->region, zone->dshashtree);
namedb.h 137 rbtree_type* dshashtree; /* tree, ds-parent-hash domains */ member in struct:zone
namedb.c 242 ->dshashtree, &domain->nsec3->ds_parent_hash->node);
difffile.c 586 zone_del_domain_in_hash_tree(zone->dshashtree,

Completed in 19 milliseconds