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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drrl.c262 dns_rrl_bin_t *old_bin; local
266 for (old_bin = &old_hash->bins[0];
267 old_bin < &old_hash->bins[old_hash->length];
268 ++old_bin)
270 for (e = ISC_LIST_HEAD(*old_bin); e != NULL; e = e_next) {
502 dns_rrl_bin_t *new_bin, *old_bin; local
527 old_bin = get_bin(rrl->old_hash, hval);
528 e = ISC_LIST_HEAD(*old_bin);
531 ISC_LIST_UNLINK(*old_bin, e, hlink);
582 old_bin
[all...]

Completed in 41 milliseconds