Home
last modified time | relevance | path

Searched refs:anchor_cmp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/validator/
H A Dval_anchor.h196 int anchor_cmp(const void* k1, const void* k2);
H A Dval_anchor.c60 anchor_cmp(const void* k1, const void* k2) in anchor_cmp() function
81 a->tree = rbtree_create(anchor_cmp); in anchors_create()
H A Dautotrust.c102 return anchor_cmp(x, y); in probetree_cmp()
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c240 else if(fptr == &anchor_cmp) return 1; in fptr_whitelist_rbtree_cmp()