Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
u32 | nBackfill |
u32 | aReadMark [WAL_NREADER] |
u8 | aLock [SQLITE_SHM_NLOCK] |
u32 | nBackfillAttempted |
u32 | notUsed0 |
u8 WalCkptInfo::aLock[SQLITE_SHM_NLOCK] |
u32 WalCkptInfo::aReadMark[WAL_NREADER] |
Definition at line 59790 of file sqlite3.c.
Referenced by sqlite3WalBeginReadTransaction(), walCheckpoint(), walIndexRecover(), walRestartHdr(), and walTryBeginRead().
u32 WalCkptInfo::nBackfill |
Definition at line 59789 of file sqlite3.c.
Referenced by sqlite3WalCheckpoint(), walCheckpoint(), walIndexRecover(), walRestartHdr(), walRestartLog(), and walTryBeginRead().
u32 WalCkptInfo::nBackfillAttempted |
Definition at line 59792 of file sqlite3.c.
Referenced by sqlite3WalBeginReadTransaction(), walCheckpoint(), walIndexRecover(), and walRestartHdr().