Home
last modified time | relevance | path

Searched refs:name_tree_find (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/unbound/iterator/
HDiter_hints.c451 stub = (struct iter_hints_stub*)name_tree_find(&hints->tree, in hints_lookup_root()
518 if((z=(struct iter_hints_stub*)name_tree_find(&hints->tree, in hints_add_stub()
535 if(!(z=(struct iter_hints_stub*)name_tree_find(&hints->tree, in hints_delete_stub()
HDiterator.c1558 name_tree_find(&env->hints->tree, dp->name, dp->namelen, in can_have_last_resort()
/NextBSD/contrib/unbound/util/storage/
HDdnstree.h127 struct name_tree_node* name_tree_find(rbtree_t* tree, uint8_t* name,
HDdnstree.c159 struct name_tree_node* name_tree_find(rbtree_t* tree, uint8_t* name, in name_tree_find() function
/NextBSD/contrib/unbound/services/cache/
HDinfra.c163 d = (struct domain_limit_data*)name_tree_find(&infra->domain_limits, in domain_limit_findcreate()