Github User Fetcher 1.0.0
C Application with Server and GUI
|
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] |
u32 WalIndexHdr::aCksum[2] |
Definition at line 59726 of file sqlite3.c.
Referenced by walIndexTryHdr(), and walIndexWriteHdr().
u32 WalIndexHdr::aFrameCksum[2] |
Definition at line 59724 of file sqlite3.c.
Referenced by sqlite3WalSavepoint(), sqlite3WalSavepointUndo(), walBeginShmUnreliable(), walDecodeFrame(), walEncodeFrame(), walIndexRecover(), and walRewriteChecksums().
u32 WalIndexHdr::aSalt[2] |
Definition at line 59725 of file sqlite3.c.
Referenced by sqlite3WalBeginReadTransaction(), walBeginShmUnreliable(), walDecodeFrame(), walEncodeFrame(), walIndexRecover(), and walRestartHdr().
u8 WalIndexHdr::bigEndCksum |
Definition at line 59720 of file sqlite3.c.
Referenced by walDecodeFrame(), walEncodeFrame(), and walIndexRecover().
u8 WalIndexHdr::isInit |
Definition at line 59719 of file sqlite3.c.
Referenced by walIndexTryHdr(), and walIndexWriteHdr().
u32 WalIndexHdr::iVersion |
Definition at line 59716 of file sqlite3.c.
Referenced by walIndexReadHdr(), and walIndexWriteHdr().
u32 WalIndexHdr::mxFrame |
Definition at line 59722 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 59723 of file sqlite3.c.
Referenced by walCheckpoint(), and walIndexRecover().
u16 WalIndexHdr::szPage |
Definition at line 59721 of file sqlite3.c.
Referenced by sqlite3WalReadFrame(), walBeginShmUnreliable(), walIndexRecover(), and walIndexTryHdr().