HomeSort by: relevance | last modified time | path
    Searched refs:diff_size (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/unbound/dist/util/storage/
slabhash.h 171 * @param diff_size: difference in size to the hash table storage.
174 void* cb_override, int diff_size);
lruhash.h 311 * @param diff_size: difference in size to the hash table storage.
315 int diff_size);
slabhash.c 170 void* cb_arg, int diff_size)
173 diff_size);
lruhash.c 532 lruhash_update_space_used(struct lruhash* table, void* cb_arg, int diff_size)
546 if((int)table->space_used + diff_size < 0)
548 else table->space_used = (size_t)((int)table->space_used + diff_size);
  /src/external/bsd/unbound/dist/edns-subnet/
subnetmod.c 400 int only_match_scope_zero, diff_size; local
444 diff_size = (data->reason_fail?strlen(data->reason_fail)+1:0);
452 diff_size = (data->reason_fail?strlen(data->reason_fail)+1:0)
453 - diff_size;
460 diff_size);
495 diff_size = (int)tree->size_bytes;
499 diff_size = (int)tree->size_bytes - diff_size;
507 diff_size);
  /src/external/mpl/bind/dist/lib/isc/
mem.c 435 ssize_t diff_size = new_size - old_size; local
437 if (diff_size > 0) {
439 memset(diff_ptr, 0xbe, diff_size);

Completed in 37 milliseconds