Lines Matching refs:tab
58 tab = NULL;
84 if (tab != NULL) {
86 curr = tab[i];
95 delete tab; // get rid of table itself
97 tab = NULL;
145 db_index_entry_p * oldtab = tab;
163 if ((tab = (db_index_entry_p*)
166 tab = oldtab; // restore previous table info
175 oldtab[i]->relocate(tab, table_size);
197 if (index_value == NULL || table_size == 0 || tab == NULL) {
204 db_index_entry_p fst = tab[bucket ];
238 if (table_size == 0 || tab == NULL) {
246 fst = tab[bucket];
249 else if (fst->remove(&tab[bucket], case_insens, hval, index_value,
278 if (tab == NULL) grow();
283 fst = tab[bucket];
286 recnum, tab[bucket])) == NULL) {
292 tab[bucket] = newbucket;
293 } else if (fst->add(&tab[bucket], case_insens,
351 tab = NULL;
357 tab = NULL;
386 if (tab != NULL) {
388 if (tab[i] != NULL)
389 tab[i]->print_all();
396 * Moves an index from an xdr index. Upon completion, original index's tab
408 tab = orig->tab;
409 orig->tab = NULL;