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

/osnet-11/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.cc427 entry_object_p *oldtab = tab; local
447 tab = oldtab; // restore previous table info
465 tab = oldtab;
473 if (oldtab != NULL) {
475 tab[i] = oldtab[i];
477 delete oldtab;
484 tab = oldtab;
H A Ddb_dictionary.cc409 db_table_desc_p * oldtab, *newtab; local
412 oldtab = dd->tables.tables_val;
428 if (oldtab != NULL) { // must transfer contents of old to new
430 relocate_bucket(oldtab[i], newtab, new_size);
432 delete oldtab; // delete old hashtable

Completed in 28 milliseconds