Searched refs:omitJournal (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | main.c | 1115 int omitJournal, /* if TRUE then do not journal this file */ in sqliteBtreeFactory() argument 1125 return sqliteBtreeOpen(0, omitJournal, nCache, ppBtree); in sqliteBtreeFactory() 1131 return sqliteBtreeOpen(zFilename, omitJournal, nCache, ppBtree); in sqliteBtreeFactory() 1144 return sqliteBtreeOpen(zFilename, omitJournal, nCache, ppBtree); in sqliteBtreeFactory()
|
H A D | btree.c | 689 int omitJournal, /* if TRUE then do not journal this file */ in sqliteBtreeOpen() argument 719 !omitJournal); in sqliteBtreeOpen()
|