Home
last modified time | relevance | path

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

/src/contrib/unbound/services/
H A Doutside_network.h847 int serviced_cmp(const void* key1, const void* key2);
H A Doutside_network.c117 serviced_cmp(const void* key1, const void* key2) in serviced_cmp() function
1754 !(outnet->serviced = rbtree_create(serviced_cmp)) ||
/src/contrib/unbound/util/
H A Dfptr_wlist.c246 else if(fptr == &serviced_cmp) return 1; in fptr_whitelist_rbtree_cmp()
/src/contrib/unbound/testcode/
H A Dfake_event.c1638 int serviced_cmp(const void* ATTR_UNUSED(a), const void* ATTR_UNUSED(b)) in serviced_cmp() function