Searched defs:WalCkptInfo (Results 1 – 1 of 1) sorted by relevance
66182 typedef struct WalCkptInfo WalCkptInfo; typedef66271 struct WalCkptInfo { struct66272 u32 nBackfill; /* Number of WAL frames backfilled into DB */66273 u32 aReadMark[WAL_NREADER]; /* Reader marks */66274 u8 aLock[SQLITE_SHM_NLOCK]; /* Reserved space for locks */66275 u32 nBackfillAttempted; /* WAL frames perhaps written, or maybe not */66276 u32 notUsed0; /* Available for future enhancements */