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

  /src/external/bsd/nsd/dist/
nsec3.c 82 if(!zone->hashtree)
83 zone->hashtree = rbtree_create(region, cmp_hash_tree);
398 hash_tree_clear(zone->hashtree);
560 zone_add_domain_in_hash_tree(db->region, &zone->hashtree,
782 if(process_first(zone->hashtree, hash, &p, init_lookup_key_hash_tree)) {
796 if(zone->hashtree)
797 p = rbtree_first(zone->hashtree);
807 process_end(zone->hashtree, hash, &p_end, init_lookup_key_hash_tree);
836 /* in the hashtree, wchashtree, dshashtree walk through to next NSEC3
dbaccess.c 71 zone->hashtree = NULL;
157 hash_tree_delete(db->region, zone->hashtree);
namedb.h 60 /* entry in the hashtree */
135 rbtree_type* hashtree; /* tree, hashed NSEC3precompiled domains */ member in struct:zone
namedb.c 235 ->hashtree, &domain->nsec3->hash_wc->hash.node);
difffile.c 572 zone_del_domain_in_hash_tree(zone->hashtree,

Completed in 124 milliseconds