Searched defs:omitJournal (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dmain.c1115 int omitJournal, /* if TRUE then do not journal this file */
1125 return sqliteBtreeOpen(0, omitJournal, nCache, ppBtree);
1131 return sqliteBtreeOpen(zFilename, omitJournal, nCache, ppBtree);
1144 return sqliteBtreeOpen(zFilename, omitJournal, nCache, ppBtree);
1112 sqliteBtreeFactory( const sqlite *db, const char *zFilename, int omitJournal, int nCache, Btree **ppBtree) argument
H A Dbtree.c689 int omitJournal, /* if TRUE then do not journal this file */
719 !omitJournal);
687 sqliteBtreeOpen( const char *zFilename, int omitJournal, int nCache, Btree **ppBtree ) argument

Completed in 189 milliseconds