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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drrl.c261 dns_rrl_hash_t *old_hash; local
265 old_hash = rrl->old_hash;
266 for (old_bin = &old_hash->bins[0];
267 old_bin < &old_hash->bins[old_hash->length];
276 isc_mem_put(rrl->mctx, old_hash,
277 sizeof(*old_hash)
278 + (old_hash->length - 1) * sizeof(old_hash
[all...]
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_mac.c410 efx_oword_t old_hash[2]; local
417 memcpy(old_hash, epp->ep_multicst_hash, sizeof (old_hash));
441 memcpy(epp->ep_multicst_hash, old_hash, sizeof (old_hash));
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Drrl.h236 dns_rrl_hash_t *old_hash; member in struct:dns_rrl
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delflink.c3317 void *old_hash;
3741 old_hash = (char *) old_tab + tabsize;
3742 old_ent = (char *) old_hash + hashsize;
3744 memcpy (old_hash, sym_hash, hashsize);
4406 old_hash = (char *) old_tab + tabsize;
4407 old_ent = (char *) old_hash + hashsize;
4413 memcpy (sym_hash, old_hash, hashsize);
3308 void *old_hash; local

Completed in 76 milliseconds