Home
last modified time | relevance | path

Searched defs:Pager (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16203 typedef struct Pager Pager; typedef
58676 struct Pager { struct
58677 sqlite3_vfs *pVfs; /* OS functions to use for IO */
58678 u8 exclusiveMode; /* Boolean. True if locking_mode==EXCLUSIVE */
58679 u8 journalMode; /* One of the PAGER_JOURNALMODE_* values */
58680 u8 useJournal; /* Use a rollback journal on this file */
58681 u8 noSync; /* Do not sync the journal if true */
58682 u8 fullSync; /* Do extra syncs of the journal for robustness */
58683 u8 extraSync; /* sync directory after journal delete */
58684 u8 syncFlags; /* SYNC_NORMAL or SYNC_FULL otherwise */
[all …]