Home
last modified time | relevance | path

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

/src/contrib/unbound/services/cache/
H A Dinfra.h486 int rate_compfunc(void* key1, void* key2);
H A Dinfra.c132 rate_compfunc(void* key1, void* key2) in rate_compfunc() function
367 &rate_sizefunc, &rate_compfunc, &rate_delkeyfunc, in infra_create()
/src/contrib/unbound/util/
H A Dfptr_wlist.c301 else if(fptr == &rate_compfunc) return 1; in fptr_whitelist_hash_compfunc()