Searched defs:CellInfo (Results 1 – 1 of 1) sorted by relevance
70749 typedef struct CellInfo CellInfo; typedef70995 struct CellInfo { struct70996 i64 nKey; /* The key for INTKEY tables, or nPayload otherwise */70997 u8 *pPayload; /* Pointer to the start of payload */70998 u32 nPayload; /* Bytes of payload */70999 u16 nLocal; /* Amount of payload held locally, not on overflow */71000 u16 nSize; /* Size of the cell content on the main b-tree page */