Searched refs:compfunc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/util/storage/
H A Dlruhash.h153 lruhash_compfunc_type compfunc; member in struct:lruhash
232 * @param compfunc: compares entries, 0 on equality.
241 lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc,
H A Dslabhash.h76 * @param compfunc: compares entries, 0 on equality.
84 lruhash_compfunc_type compfunc, lruhash_delkeyfunc_type delkeyfunc,
H A Dlruhash.c63 lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc,
73 table->compfunc = compfunc;
225 if(p->hash == hash && table->compfunc(p->key, key) == 0)
315 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc));
368 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc));
394 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc));
594 fptr_ok(fptr_whitelist_hash_compfunc(table->compfunc));
62 lruhash_create(size_t start_size, size_t maxmem, lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc, lruhash_delkeyfunc_type delkeyfunc, lruhash_deldatafunc_type deldatafunc, void* arg) argument
H A Dslabhash.c50 lruhash_compfunc_type compfunc, lruhash_delkeyfunc_type delkeyfunc,
78 sizefunc, compfunc, delkeyfunc, deldatafunc, arg);
48 slabhash_create(size_t numtables, size_t start_size, size_t maxmem, lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc, lruhash_delkeyfunc_type delkeyfunc, lruhash_deldatafunc_type deldatafunc, void* arg) argument

Completed in 203 milliseconds