Home
last modified time | relevance | path

Searched refs:name_tree_next_root (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/unbound/util/storage/
HDdnstree.c235 name_tree_next_root(rbtree_t* tree, uint16_t* dclass) in name_tree_next_root() function
252 return name_tree_next_root(tree, dclass); in name_tree_next_root()
280 return name_tree_next_root(tree, dclass); in name_tree_next_root()
HDdnstree.h148 int name_tree_next_root(rbtree_t* tree, uint16_t* dclass);
/trueos/contrib/unbound/iterator/
HDiter_hints.c495 return name_tree_next_root(&hints->tree, qclass); in hints_next_root()