Home
last modified time | relevance | path

Searched refs:omitJournal (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libsqlite/src/
H A Dmain.c1115 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 Dbtree.c689 int omitJournal, /* if TRUE then do not journal this file */ in sqliteBtreeOpen() argument
719 !omitJournal); in sqliteBtreeOpen()