Searched defs:oldtab (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc145 db_index_entry_p * oldtab = tab; local
166 tab = oldtab; // restore previous table info
173 if (oldtab != NULL) { // must transfer contents of old to new
175 oldtab[i]->relocate(tab, table_size);
177 delete oldtab; // delete old hashtable
H A Ddb_table.cc432 entry_object_p *oldtab = tab; local
452 tab = oldtab; // restore previous table info
470 tab = oldtab;
478 if (oldtab != NULL) {
480 tab[i] = oldtab[i];
482 delete oldtab;
489 tab = oldtab;
H A Ddb_dictionary.cc412 db_table_desc_p * oldtab, *newtab; local
415 oldtab = dd->tables.tables_val;
431 if (oldtab != NULL) { // must transfer contents of old to new
433 relocate_bucket(oldtab[i], newtab, new_size);
435 delete oldtab; // delete old hashtable

Completed in 461 milliseconds