Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Doutside_network.h845 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
1739 !(outnet->serviced = rbtree_create(serviced_cmp)) ||
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c243 else if(fptr == &serviced_cmp) return 1; in fptr_whitelist_rbtree_cmp()