Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/storage/
H A Ddnstree.h212 int name_tree_compare(const void* k1, const void* k2);
H A Ddnstree.c47 int name_tree_compare(const void* k1, const void* k2) in name_tree_compare() function
84 rbtree_init(tree, &name_tree_compare); in name_tree_init()
/freebsd/contrib/unbound/ipsecmod/
H A Dipsecmod-whitelist.c102 ie->whitelist = rbtree_create(name_tree_compare); in ipsecmod_whitelist_apply_cfg()
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c246 else if(fptr == &name_tree_compare) return 1; in fptr_whitelist_rbtree_cmp()
/freebsd/contrib/unbound/iterator/
H A Diter_utils.c173 iter_env->caps_white = rbtree_create(name_tree_compare); in iter_apply_cfg()