Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Doutside_network.h844 int pending_cmp(const void* key1, const void* key2);
H A Doutside_network.c104 pending_cmp(const void* key1, const void* key2) in pending_cmp() function
1753 !(outnet->pending = rbtree_create(pending_cmp)) ||
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c245 else if(fptr == &pending_cmp) return 1; in fptr_whitelist_rbtree_cmp()
/freebsd/contrib/unbound/testcode/
H A Dfake_event.c1632 int pending_cmp(const void* ATTR_UNUSED(a), const void* ATTR_UNUSED(b)) in pending_cmp() function