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

/freebsd-11-stable/contrib/unbound/util/storage/
H A Ddnstree.h205 int name_tree_compare(const void* k1, const void* k2);
H A Ddnstree.c47 int name_tree_compare(const void* k1, const void* k2) function
76 rbtree_init(tree, &name_tree_compare);
/freebsd-11-stable/contrib/unbound/ipsecmod/
H A Dipsecmod-whitelist.c102 ie->whitelist = rbtree_create(name_tree_compare);
/freebsd-11-stable/contrib/unbound/util/
H A Dfptr_wlist.c234 else if(fptr == &name_tree_compare) return 1;
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c168 iter_env->caps_white = rbtree_create(name_tree_compare);

Completed in 117 milliseconds