Searched refs:old_buckets (Results 1 – 3 of 3) sorted by relevance
306 struct sbucket **old_buckets; in sarray_realloc()341 old_buckets = array->buckets; in sarray_realloc()352 new_buckets[counter] = old_buckets[counter]; in sarray_realloc()377 sarray_free_garbage (old_buckets); in sarray_realloc()394 struct sbucket **old_buckets; in sarray_free()406 old_buckets = array->buckets; in sarray_free()432 struct sbucket *bkt = old_buckets[counter]; in sarray_free()
2094 * sarray.c (sarray_free): Use old_buckets variable.
698 struct symbol **old_buckets = DICT_HASHED_BUCKETS (dict); in expand_hashtable() local710 sym = old_buckets[i]; in expand_hashtable()725 xfree (old_buckets); in expand_hashtable()