Home
last modified time | relevance | path

Searched refs:oldtab (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libnisdb/
H A Ddb_index.cc145 db_index_entry_p * oldtab = tab; in grow() local
166 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()
H A Ddb_table.cc430 entry_object_p *oldtab = tab; in grow() local
450 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()
H A Ddb_dictionary.cc412 db_table_desc_p * oldtab, *newtab; in grow_dictionary() local
415 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()