Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dmain.c1112 int omitJournal, /* if TRUE then do not journal this file */ in sqliteBtreeFactory() argument
1122 return sqliteBtreeOpen(0, omitJournal, nCache, ppBtree); in sqliteBtreeFactory()
1128 return sqliteBtreeOpen(zFilename, omitJournal, nCache, ppBtree); in sqliteBtreeFactory()
1141 return sqliteBtreeOpen(zFilename, omitJournal, nCache, ppBtree); in sqliteBtreeFactory()
H A Dbtree.c687 int omitJournal, /* if TRUE then do not journal this file */ in sqliteBtreeOpen() argument
717 !omitJournal); in sqliteBtreeOpen()