Searched refs:PAGER_OMIT_JOURNAL (Results 1 – 2 of 2) sorted by relevance
61 #define PAGER_OMIT_JOURNAL 0x0001 /* Do not use a rollback journal */ macro
4691 int useJournal = (flags & PAGER_OMIT_JOURNAL)==0; /* False to omit journal */ in sqlite3PagerOpen()