Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c57973 typedef struct Wal Wal; typedef
66388 struct Wal { struct
66389 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 …]