Searched defs:CellInfo (Results 1 – 1 of 1) sorted by relevance
29488 typedef struct CellInfo CellInfo; typedef29489 struct CellInfo { struct29490 u8 *pCell; /* Pointer to the start of cell content */29491 i64 nKey; /* The key for INTKEY tables, or number of bytes in key */29492 u32 nData; /* Number of bytes of data */29493 u32 nPayload; /* Total amount of payload */29494 u16 nHeader; /* Size of the cell content header in bytes */29495 u16 nLocal; /* Amount of payload held locally */29496 u16 iOverflow; /* Offset to overflow page number. Zero if no overflow */29497 u16 nSize; /* Size of the cell content on the main b-tree page */