![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
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] |
| u32 WalIndexHdr::aCksum[2] |
Definition at line 59642 of file sqlite3.c.
Referenced by walIndexTryHdr(), and walIndexWriteHdr().
| u32 WalIndexHdr::aFrameCksum[2] |
Definition at line 59640 of file sqlite3.c.
Referenced by sqlite3WalSavepoint(), sqlite3WalSavepointUndo(), walBeginShmUnreliable(), walDecodeFrame(), walEncodeFrame(), walIndexRecover(), and walRewriteChecksums().
| u32 WalIndexHdr::aSalt[2] |
Definition at line 59641 of file sqlite3.c.
Referenced by sqlite3WalBeginReadTransaction(), walBeginShmUnreliable(), walDecodeFrame(), walEncodeFrame(), walIndexRecover(), and walRestartHdr().
| u8 WalIndexHdr::bigEndCksum |
Definition at line 59636 of file sqlite3.c.
Referenced by walDecodeFrame(), walEncodeFrame(), and walIndexRecover().
| u8 WalIndexHdr::isInit |
Definition at line 59635 of file sqlite3.c.
Referenced by walIndexTryHdr(), and walIndexWriteHdr().
| u32 WalIndexHdr::iVersion |
Definition at line 59632 of file sqlite3.c.
Referenced by walIndexReadHdr(), and walIndexWriteHdr().
| u32 WalIndexHdr::mxFrame |
Definition at line 59638 of file sqlite3.c.
Referenced by sqlite3WalBeginReadTransaction(), sqlite3WalCheckpoint(), sqlite3WalFindFrame(), sqlite3WalSavepoint(), sqlite3WalSavepointUndo(), sqlite3WalUndo(), walBeginShmUnreliable(), walCheckpoint(), walCleanupHash(), walIndexRecover(), walIteratorInit(), walRestartHdr(), walRestartLog(), and walTryBeginRead().
| u32 WalIndexHdr::nPage |
Definition at line 59639 of file sqlite3.c.
Referenced by walCheckpoint(), and walIndexRecover().
| u16 WalIndexHdr::szPage |
Definition at line 59637 of file sqlite3.c.
Referenced by sqlite3WalReadFrame(), walBeginShmUnreliable(), walIndexRecover(), and walIndexTryHdr().