Searched defs:hsize (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drrl.c279 int old_bins, new_bins, hsize; local
295 hsize = sizeof(dns_rrl_hash_t) + (new_bins-1)*sizeof(hash->bins[0]);
296 hash = isc_mem_get(rrl->mctx, hsize);
302 hsize);
305 memset(hash, 0, hsize);

Completed in 13 milliseconds