![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Public Attributes | |
| i64 | nKey |
| u8 * | pPayload |
| u32 | nPayload |
| u16 | nLocal |
| u16 | nSize |
| i64 CellInfo::nKey |
Definition at line 63787 of file sqlite3.c.
Referenced by balance_nonroot(), checkTreePage(), fillInCell(), invalidateIncrblobCursors(), sqlite3BtreeDelete(), sqlite3BtreeInsert(), and sqlite3BtreeMovetoUnpacked().
| u16 CellInfo::nLocal |
Definition at line 63790 of file sqlite3.c.
Referenced by accessPayload(), btreeParseCellAdjustSizeForOverflow(), checkTreePage(), fetchPayload(), fillInCell(), modifyPagePointer(), ptrmapPutOvflPtr(), and sqlite3BtreeInsert().
| u32 CellInfo::nPayload |
Definition at line 63789 of file sqlite3.c.
Referenced by accessPayload(), btreeParseCellAdjustSizeForOverflow(), checkTreePage(), modifyPagePointer(), ptrmapPutOvflPtr(), sqlite3BtreeInsert(), and sqlite3BtreePayloadSize().
| u16 CellInfo::nSize |
Definition at line 63791 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 63788 of file sqlite3.c.
Referenced by accessPayload(), btreeParseCellAdjustSizeForOverflow(), fetchPayload(), and fillInCell().