Home
last modified time | relevance | path

Searched defs:CellInfo (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A DbtreeInt.h234 typedef struct CellInfo CellInfo; typedef
480 struct CellInfo { struct
481 i64 nKey; /* The key for INTKEY tables, or nPayload otherwise */
482 u8 *pPayload; /* Pointer to the start of payload */
483 u32 nPayload; /* Bytes of payload */
484 u16 nLocal; /* Amount of payload held locally, not on overflow */
485 u16 nSize; /* Size of the cell content on the main b-tree page */