Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
i64 | nKey |
u8 * | pPayload |
u32 | nPayload |
u16 | nLocal |
u16 | nSize |
i64 CellInfo::nKey |
Definition at line 63931 of file sqlite3.c.
Referenced by balance_nonroot(), checkTreePage(), fillInCell(), invalidateIncrblobCursors(), sqlite3BtreeDelete(), sqlite3BtreeInsert(), and sqlite3BtreeMovetoUnpacked().
u16 CellInfo::nLocal |
Definition at line 63934 of file sqlite3.c.
Referenced by accessPayload(), btreeParseCellAdjustSizeForOverflow(), checkTreePage(), fetchPayload(), fillInCell(), modifyPagePointer(), ptrmapPutOvflPtr(), and sqlite3BtreeInsert().
u32 CellInfo::nPayload |
Definition at line 63933 of file sqlite3.c.
Referenced by accessPayload(), btreeParseCellAdjustSizeForOverflow(), checkTreePage(), modifyPagePointer(), ptrmapPutOvflPtr(), sqlite3BtreeInsert(), and sqlite3BtreePayloadSize().
u16 CellInfo::nSize |
Definition at line 63935 of file sqlite3.c.
Referenced by btreeParseCellAdjustSizeForOverflow(), btreePrevious(), checkTreePage(), fetchPayload(), fillInCell(), modifyPagePointer(), moveToChild(), moveToParent(), moveToRightmost(), moveToRoot(), ptrmapPutOvflPtr(), sqlite3BtreeDelete(), sqlite3BtreeInsert(), and sqlite3BtreeMovetoUnpacked().
u8* CellInfo::pPayload |
Definition at line 63932 of file sqlite3.c.
Referenced by accessPayload(), btreeParseCellAdjustSizeForOverflow(), fetchPayload(), and fillInCell().