Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/validator/
H A Dautotrust.h161 int probetree_cmp(const void* x, const void* y);
H A Dautotrust.c80 rbtree_init(&global->probe, &probetree_cmp); in autr_global_create()
92 int probetree_cmp(const void* x, const void* y) in probetree_cmp() function
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c256 else if(fptr == &probetree_cmp) return 1; in fptr_whitelist_rbtree_cmp()