Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c70750 typedef struct CellInfo CellInfo; typedef
70996 struct CellInfo { struct
70997 i64 nKey; /* The key for INTKEY tables, or nPayload otherwise */
70998 u8 *pPayload; /* Pointer to the start of payload */
70999 u32 nPayload; /* Bytes of payload */
71000 u16 nLocal; /* Amount of payload held locally, not on overflow */
71001 u16 nSize; /* Size of the cell content on the main b-tree page */