Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
WalIndexHdr Struct Reference

Data Fields

u32 iVersion
 
u32 unused
 
u32 iChange
 
u8 isInit
 
u8 bigEndCksum
 
u16 szPage
 
u32 mxFrame
 
u32 nPage
 
u32 aFrameCksum [2]
 
u32 aSalt [2]
 
u32 aCksum [2]
 

Detailed Description

Definition at line 59715 of file sqlite3.c.

Field Documentation

◆ aCksum

u32 WalIndexHdr::aCksum[2]

Definition at line 59726 of file sqlite3.c.

Referenced by walIndexTryHdr(), and walIndexWriteHdr().

◆ aFrameCksum

◆ aSalt

◆ bigEndCksum

u8 WalIndexHdr::bigEndCksum

Definition at line 59720 of file sqlite3.c.

Referenced by walDecodeFrame(), walEncodeFrame(), and walIndexRecover().

◆ iChange

u32 WalIndexHdr::iChange

Definition at line 59718 of file sqlite3.c.

◆ isInit

u8 WalIndexHdr::isInit

Definition at line 59719 of file sqlite3.c.

Referenced by walIndexTryHdr(), and walIndexWriteHdr().

◆ iVersion

u32 WalIndexHdr::iVersion

Definition at line 59716 of file sqlite3.c.

Referenced by walIndexReadHdr(), and walIndexWriteHdr().

◆ mxFrame

◆ nPage

u32 WalIndexHdr::nPage

Definition at line 59723 of file sqlite3.c.

Referenced by walCheckpoint(), and walIndexRecover().

◆ szPage

u16 WalIndexHdr::szPage

◆ unused

u32 WalIndexHdr::unused

Definition at line 59717 of file sqlite3.c.


The documentation for this struct was generated from the following file: