Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c70749 typedef struct CellInfo CellInfo; typedef
70995 struct CellInfo { struct
70996 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 */