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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_db.cc51 db_dictionary *InUseDictionary = &curdict; variable
137 dbase = InUseDictionary->find_table(intName, &tbl);
149 return (InUseDictionary->find_table_desc(name) != NULL);
200 if (!FreeDictionary->inittemp(newdict, *InUseDictionary))
202 return (InUseDictionary->extract_entries (*FreeDictionary,
209 return (InUseDictionary->copyfile(infile, outfile));
226 * It is assumed that InUseDictionary has already been initialized.
228 dbstat = InUseDictionary->checkpoint();
239 return (InUseDictionary->merge_dict(*FreeDictionary,
249 dbstat = InUseDictionary
[all...]
H A Ddb_mindex3.cc46 extern db_dictionary *InUseDictionary;
145 dstat = InUseDictionary->commit(t->objPath);
186 if ((dstat = InUseDictionary->defer(t->objPath)) ==
301 dbase = InUseDictionary->find_table(tableName, &tbl, FALSE);
365 dstat = InUseDictionary->rollback(t->objPath);
426 dstat = InUseDictionary->rollback(t->objPath);
477 dstat = InUseDictionary->rollback(t->objPath);
561 dstat = InUseDictionary->rollback(t->objPath);
873 dstat = InUseDictionary->commit(t->objPath);
H A Ddb_dictionary.cc55 extern db_dictionary *InUseDictionary;
932 * and InUseDictionary pointers as well. Also, delete the old dictionary
937 tmpptr = InUseDictionary;
938 InUseDictionary = FreeDictionary;

Completed in 67 milliseconds