Searched refs:diff_size (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/usr.sbin/unbound/util/storage/
H A Dslabhash.h171 * @param diff_size: difference in size to the hash table storage.
174 void* cb_override, int diff_size);
H A Dlruhash.h311 * @param diff_size: difference in size to the hash table storage.
315 int diff_size);
H A Dslabhash.c170 void* cb_arg, int diff_size)
173 diff_size);
169 slabhash_update_space_used(struct slabhash* sl, hashvalue_type hash, void* cb_arg, int diff_size) argument
H A Dlruhash.c532 lruhash_update_space_used(struct lruhash* table, void* cb_arg, int diff_size) argument
546 if((int)table->space_used + diff_size < 0)
548 else table->space_used = (size_t)((int)table->space_used + diff_size);
/openbsd-current/sbin/unwind/libunbound/util/storage/
H A Dslabhash.h171 * @param diff_size: difference in size to the hash table storage.
174 void* cb_override, int diff_size);
H A Dlruhash.h311 * @param diff_size: difference in size to the hash table storage.
315 int diff_size);
H A Dslabhash.c170 void* cb_arg, int diff_size)
173 diff_size);
169 slabhash_update_space_used(struct slabhash* sl, hashvalue_type hash, void* cb_arg, int diff_size) argument
H A Dlruhash.c532 lruhash_update_space_used(struct lruhash* table, void* cb_arg, int diff_size) argument
546 if((int)table->space_used + diff_size < 0)
548 else table->space_used = (size_t)((int)table->space_used + diff_size);
/openbsd-current/usr.sbin/unbound/edns-subnet/
H A Dsubnetmod.c367 int only_match_scope_zero, diff_size; local
433 diff_size = (int)tree->size_bytes;
437 diff_size = (int)tree->size_bytes - diff_size;
445 diff_size);

Completed in 101 milliseconds