Home
last modified time | relevance | path

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

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