Lines Matching refs:oldbuckets
250 PLHashEntry *he, *next, **oldbuckets;
256 oldbuckets = ht->buckets;
265 ht->buckets = oldbuckets;
275 for (he = oldbuckets[i]; he; he = next) {
284 memset(oldbuckets, 0xDB, n * sizeof oldbuckets[0]);
286 (*ht->allocOps->freeTable)(ht->allocPriv, oldbuckets);
329 PLHashEntry *next, **oldbuckets;
338 oldbuckets = ht->buckets;
343 ht->buckets = oldbuckets;
353 for (he = oldbuckets[i]; he; he = next) {
362 memset(oldbuckets, 0xDB, n * sizeof oldbuckets[0]);
364 (*ht->allocOps->freeTable)(ht->allocPriv, oldbuckets);