Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc143 db_index_entry_p * oldtab = tab; in grow() local
164 tab = oldtab; // restore previous table info in grow()
171 if (oldtab != NULL) { // must transfer contents of old to new in grow()
173 oldtab[i]->relocate(tab, table_size); in grow()
175 delete oldtab; // delete old hashtable in grow()
H A Ddb_table.cc433 entry_object_p *oldtab = tab; in grow() local
453 tab = oldtab; // restore previous table info in grow()
471 tab = oldtab; in grow()
479 if (oldtab != NULL) { in grow()
481 tab[i] = oldtab[i]; in grow()
483 delete oldtab; in grow()
490 tab = oldtab; in grow()
H A Ddb_dictionary.cc413 db_table_desc_p * oldtab, *newtab; in grow_dictionary() local
416 oldtab = dd->tables.tables_val; in grow_dictionary()
432 if (oldtab != NULL) { // must transfer contents of old to new in grow_dictionary()
434 relocate_bucket(oldtab[i], newtab, new_size); in grow_dictionary()
436 delete oldtab; // delete old hashtable in grow_dictionary()