Symbol: sizefunc
sbin/unwind/libunbound/util/storage/lruhash.c
210
table->space_used -= table->sizefunc(d->key, d->data);
sbin/unwind/libunbound/util/storage/lruhash.c
312
fptr_ok(fptr_whitelist_hash_sizefunc(table->sizefunc));
sbin/unwind/libunbound/util/storage/lruhash.c
317
need_size = table->sizefunc(entry->key, data);
sbin/unwind/libunbound/util/storage/lruhash.c
338
(*table->sizefunc)(found->key, found->data);
sbin/unwind/libunbound/util/storage/lruhash.c
391
fptr_ok(fptr_whitelist_hash_sizefunc(table->sizefunc));
sbin/unwind/libunbound/util/storage/lruhash.c
409
table->space_used -= (*table->sizefunc)(entry->key, entry->data);
sbin/unwind/libunbound/util/storage/lruhash.c
536
fptr_ok(fptr_whitelist_hash_sizefunc(table->sizefunc));
sbin/unwind/libunbound/util/storage/lruhash.c
569
fptr_ok(fptr_whitelist_hash_sizefunc(table->sizefunc));
sbin/unwind/libunbound/util/storage/lruhash.c
63
lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc,
sbin/unwind/libunbound/util/storage/lruhash.c
655
fptr_ok(fptr_whitelist_hash_sizefunc(table->sizefunc));
sbin/unwind/libunbound/util/storage/lruhash.c
660
need_size = table->sizefunc(entry->key, data);
sbin/unwind/libunbound/util/storage/lruhash.c
72
table->sizefunc = sizefunc;
sbin/unwind/libunbound/util/storage/lruhash.h
151
lruhash_sizefunc_type sizefunc;
sbin/unwind/libunbound/util/storage/lruhash.h
241
lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc,
sbin/unwind/libunbound/util/storage/slabhash.c
49
size_t maxmem, lruhash_sizefunc_type sizefunc,
sbin/unwind/libunbound/util/storage/slabhash.c
78
sizefunc, compfunc, delkeyfunc, deldatafunc, arg);
sbin/unwind/libunbound/util/storage/slabhash.h
83
size_t maxmem, lruhash_sizefunc_type sizefunc,
usr.sbin/unbound/edns-subnet/addrtree.c
118
(n->elem?tree->sizefunc(n->elem):0);
usr.sbin/unbound/edns-subnet/addrtree.c
123
size_t (*sizefunc)(void *), void *env, uint32_t max_node_count)
usr.sbin/unbound/edns-subnet/addrtree.c
127
log_assert(sizefunc != NULL);
usr.sbin/unbound/edns-subnet/addrtree.c
141
tree->sizefunc = sizefunc;
usr.sbin/unbound/edns-subnet/addrtree.c
157
tree->size_bytes -= tree->sizefunc(node->elem);
usr.sbin/unbound/edns-subnet/addrtree.c
389
tree->size_bytes += tree->sizefunc(elem);
usr.sbin/unbound/edns-subnet/addrtree.h
144
size_t (*sizefunc)(void *), void *env, uint32_t max_node_count);
usr.sbin/unbound/edns-subnet/addrtree.h
84
size_t (*sizefunc)(void *);
usr.sbin/unbound/edns-subnet/subnetmod.c
1166
return sizefunc(elemptr);
usr.sbin/unbound/edns-subnet/subnetmod.c
360
&sizefunc, env, cfg->max_ecs_tree_size_ipv4);
usr.sbin/unbound/edns-subnet/subnetmod.c
366
&sizefunc, env, cfg->max_ecs_tree_size_ipv6);
usr.sbin/unbound/util/storage/lruhash.c
210
table->space_used -= table->sizefunc(d->key, d->data);
usr.sbin/unbound/util/storage/lruhash.c
312
fptr_ok(fptr_whitelist_hash_sizefunc(table->sizefunc));
usr.sbin/unbound/util/storage/lruhash.c
317
need_size = table->sizefunc(entry->key, data);
usr.sbin/unbound/util/storage/lruhash.c
338
(*table->sizefunc)(found->key, found->data);
usr.sbin/unbound/util/storage/lruhash.c
391
fptr_ok(fptr_whitelist_hash_sizefunc(table->sizefunc));
usr.sbin/unbound/util/storage/lruhash.c
409
table->space_used -= (*table->sizefunc)(entry->key, entry->data);
usr.sbin/unbound/util/storage/lruhash.c
536
fptr_ok(fptr_whitelist_hash_sizefunc(table->sizefunc));
usr.sbin/unbound/util/storage/lruhash.c
569
fptr_ok(fptr_whitelist_hash_sizefunc(table->sizefunc));
usr.sbin/unbound/util/storage/lruhash.c
63
lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc,
usr.sbin/unbound/util/storage/lruhash.c
655
fptr_ok(fptr_whitelist_hash_sizefunc(table->sizefunc));
usr.sbin/unbound/util/storage/lruhash.c
660
need_size = table->sizefunc(entry->key, data);
usr.sbin/unbound/util/storage/lruhash.c
72
table->sizefunc = sizefunc;
usr.sbin/unbound/util/storage/lruhash.h
151
lruhash_sizefunc_type sizefunc;
usr.sbin/unbound/util/storage/lruhash.h
241
lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc,
usr.sbin/unbound/util/storage/slabhash.c
49
size_t maxmem, lruhash_sizefunc_type sizefunc,
usr.sbin/unbound/util/storage/slabhash.c
78
sizefunc, compfunc, delkeyfunc, deldatafunc, arg);
usr.sbin/unbound/util/storage/slabhash.h
83
size_t maxmem, lruhash_sizefunc_type sizefunc,