Searched refs:MX_CELL (Results 1 – 1 of 1) sorted by relevance
220 #define MX_CELL ((SQLITE_USABLE_SIZE-sizeof(PageHdr))/MIN_CELL_SIZE) macro340 Cell *apCell[MX_CELL+2]; /* All data entires in sorted order */2210 Cell *apCell[(MX_CELL+2)*NB]; /* All cells from pages being balanced */ in balance()2211 int szCell[(MX_CELL+2)*NB]; /* Local size of all cells */ in balance()