Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/services/
HDlisten_dnsport.h720 int doq_timer_cmp(const void* key1, const void* key2);
HDlisten_dnsport.c3283 table->timer_tree = rbtree_create(doq_timer_cmp); in doq_table_create()
3666 int doq_timer_cmp(const void* key1, const void* key2) in doq_timer_cmp() function
/freebsd-head/contrib/unbound/testcode/
HDtestbound.c638 int doq_timer_cmp(const void* ATTR_UNUSED(key1), const void* ATTR_UNUSED(key2)) in doq_timer_cmp() function
/freebsd-head/contrib/unbound/util/
HDfptr_wlist.c268 else if(fptr == &doq_timer_cmp) return 1; in fptr_whitelist_rbtree_cmp()