Searched refs:process_first (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.sbin/nsd/ |
H A D | nsec3.c | 668 process_first(rbtree_type* tree, uint8_t* hash, rbnode_type** p, in process_first() function 753 if(process_first(zone->hashtree, hash, &p, init_lookup_key_hash_tree)) { in process_range() 758 (void)process_first(zone->wchashtree, hash, &pwc, init_lookup_key_wc_tree); in process_range() 759 if(process_first(zone->dshashtree, hash, &pds, init_lookup_key_ds_tree)){ in process_range()
|