Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/unbound/services/
HDauthzone.h655 int auth_xfer_cmp(const void* z1, const void* z2);
HDauthzone.c302 rbtree_init(&az->xtree, &auth_xfer_cmp); in auth_zones_create()
339 int auth_xfer_cmp(const void* z1, const void* z2) in auth_xfer_cmp() function
/freebsd-14-stable/contrib/unbound/util/
HDfptr_wlist.c261 else if(fptr == &auth_xfer_cmp) return 1; in fptr_whitelist_rbtree_cmp()