Searched refs:old_table (Results 1 – 1 of 1) sorted by relevance
363 st_table *st_copy(st_table *old_table) in st_copy() argument367 size_t i, num_bins = old_table->num_bins; in st_copy()374 *new_table = *old_table; in st_copy()385 ptr = old_table->bins[i]; in st_copy()