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

/bind-9.11.3/lib/dns/
H A Drrl.c255 dns_rrl_hash_t *old_hash; local
259 old_hash = rrl->old_hash;
260 for (old_bin = &old_hash->bins[0];
261 old_bin < &old_hash->bins[old_hash->length];
270 isc_mem_put(rrl->mctx, old_hash,
271 sizeof(*old_hash)
272 + (old_hash->length - 1) * sizeof(old_hash
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Drrl.h229 dns_rrl_hash_t *old_hash; member in struct:dns_rrl

Completed in 12 milliseconds