Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c57974 typedef struct Wal Wal; typedef
66389 struct Wal { struct
66390 sqlite3_vfs *pVfs; /* The VFS used to create pDbFd */
66391 sqlite3_file *pDbFd; /* File handle for the database file */
66392 sqlite3_file *pWalFd; /* File handle for WAL file */
66393 u32 iCallback; /* Value to pass to log callback (or 0) */
66394 i64 mxWalSize; /* Truncate WAL to this size upon reset */
66395 int nWiData; /* Size of array apWiData */
66396 int szFirstBlock; /* Size of first block written to WAL file */
66397 volatile u32 **apWiData; /* Pointer to wal-index content in memory */
[all …]