ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
WalIndexHdr Struct Reference

Public Attributes

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 59631 of file sqlite3.c.

Member Data Documentation

◆ aCksum

u32 WalIndexHdr::aCksum[2]

Definition at line 59642 of file sqlite3.c.

Referenced by walIndexTryHdr(), and walIndexWriteHdr().

◆ aFrameCksum

◆ aSalt

◆ bigEndCksum

u8 WalIndexHdr::bigEndCksum

Definition at line 59636 of file sqlite3.c.

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

◆ iChange

u32 WalIndexHdr::iChange

Definition at line 59634 of file sqlite3.c.

◆ isInit

u8 WalIndexHdr::isInit

Definition at line 59635 of file sqlite3.c.

Referenced by walIndexTryHdr(), and walIndexWriteHdr().

◆ iVersion

u32 WalIndexHdr::iVersion

Definition at line 59632 of file sqlite3.c.

Referenced by walIndexReadHdr(), and walIndexWriteHdr().

◆ mxFrame

◆ nPage

u32 WalIndexHdr::nPage

Definition at line 59639 of file sqlite3.c.

Referenced by walCheckpoint(), and walIndexRecover().

◆ szPage

u16 WalIndexHdr::szPage

◆ unused

u32 WalIndexHdr::unused

Definition at line 59633 of file sqlite3.c.


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