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

/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplhash.c250 PLHashEntry *he, *next, **oldbuckets; local
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; local
338 oldbuckets = ht->buckets;
343 ht->buckets = oldbuckets;
[all...]

Completed in 516 milliseconds