Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c79071 typedef struct CellArray CellArray; typedef
79072 struct CellArray { struct
79073 int nCell; /* Number of cells in apCell[] */
79074 MemPage *pRef; /* Reference page */
79075 u8 **apCell; /* All cells begin balanced */
79076 u16 *szCell; /* Local size of all cells in apCell[] */
79077 u8 *apEnd[NB*2]; /* MemPage.aDataEnd values */
79078 int ixNx[NB*2]; /* Index of at which we move to the next apEnd[] */