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