Searched defs:CellArray (Results 1 – 1 of 1) sorted by relevance
79070 typedef struct CellArray CellArray; typedef79071 struct CellArray { struct79072 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[] */