Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/storage/
H A Ddnstree.c268 name_tree_next_root(rbtree_type* tree, uint16_t* dclass) in name_tree_next_root() function
285 return name_tree_next_root(tree, dclass); in name_tree_next_root()
313 return name_tree_next_root(tree, dclass); in name_tree_next_root()
H A Ddnstree.h148 int name_tree_next_root(rbtree_type* tree, uint16_t* dclass);
/freebsd/contrib/unbound/iterator/
H A Diter_hints.c554 ret = name_tree_next_root(&hints->tree, qclass); in hints_next_root()