Searched refs:oldtab (Results 1 – 3 of 3) sorted by relevance
145 db_index_entry_p * oldtab = tab; in grow() local166 tab = oldtab; // restore previous table info in grow()173 if (oldtab != NULL) { // must transfer contents of old to new in grow()175 oldtab[i]->relocate(tab, table_size); in grow()177 delete oldtab; // delete old hashtable in grow()
430 entry_object_p *oldtab = tab; in grow() local450 tab = oldtab; // restore previous table info in grow()468 tab = oldtab; in grow()476 if (oldtab != NULL) { in grow()478 tab[i] = oldtab[i]; in grow()480 delete oldtab; in grow()487 tab = oldtab; in grow()
412 db_table_desc_p * oldtab, *newtab; in grow_dictionary() local415 oldtab = dd->tables.tables_val; in grow_dictionary()431 if (oldtab != NULL) { // must transfer contents of old to new in grow_dictionary()433 relocate_bucket(oldtab[i], newtab, new_size); in grow_dictionary()435 delete oldtab; // delete old hashtable in grow_dictionary()