Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/validator/
HDval_anchor.h198 int anchor_cmp(const void* k1, const void* k2);
HDval_anchor.c59 anchor_cmp(const void* k1, const void* k2) in anchor_cmp() function
80 a->tree = rbtree_create(anchor_cmp); in anchors_create()
HDautotrust.c103 return anchor_cmp(x, y); in probetree_cmp()
/NextBSD/contrib/unbound/util/
HDfptr_wlist.c196 else if(fptr == &anchor_cmp) return 1; in fptr_whitelist_rbtree_cmp()