Searched defs:Wal (Results 1 – 1 of 1) sorted by relevance
57973 typedef struct Wal Wal; typedef66388 struct Wal { struct66389 sqlite3_vfs *pVfs; /* The VFS used to create pDbFd */66390 sqlite3_file *pDbFd; /* File handle for the database file */66391 sqlite3_file *pWalFd; /* File handle for WAL file */66392 u32 iCallback; /* Value to pass to log callback (or 0) */66393 i64 mxWalSize; /* Truncate WAL to this size upon reset */66394 int nWiData; /* Size of array apWiData */66395 int szFirstBlock; /* Size of first block written to WAL file */66396 volatile u32 **apWiData; /* Pointer to wal-index content in memory */[all …]