Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/storage/
H A Ddnstree.c255 name_tree_next_root(rbtree_type* tree, uint16_t* dclass) in name_tree_next_root() function
272 return name_tree_next_root(tree, dclass); in name_tree_next_root()
300 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-12.1/contrib/unbound/iterator/
H A Diter_hints.c510 return name_tree_next_root(&hints->tree, qclass); in hints_next_root()