Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c66180 typedef struct WalIndexHdr WalIndexHdr; typedef
66198 struct WalIndexHdr { struct
66199 u32 iVersion; /* Wal-index version */
66200 u32 unused; /* Unused (padding) field */
66201 u32 iChange; /* Counter incremented each transaction */
66202 u8 isInit; /* 1 when initialized */
66203 u8 bigEndCksum; /* True if checksums in WAL are big-endian */
66204 u16 szPage; /* Database page size in bytes. 1==64K */
66205 u32 mxFrame; /* Index of last valid frame in the WAL */
66206 u32 nPage; /* Size of database in pages */
[all …]