Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/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.c682 int omitJournal, /* if TRUE then do not journal this file */ in sqliteBtreeOpen() argument
712 !omitJournal); in sqliteBtreeOpen()

Completed in 21 milliseconds