Lines Matching defs:WalIndexHdr
66180 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 */
66207 u32 aFrameCksum[2]; /* Checksum of last frame in log */
66208 u32 aSalt[2]; /* Two salt values copied from WAL header */
66209 u32 aCksum[2]; /* Checksum over all prior fields */