Searched refs:iCellStart (Results 1 – 1 of 1) sorted by relevance
1509 int iCellStart; /* First cell offset in input */ in defragmentPage() local1569 iCellStart = get2byte(&data[hdr+5]); in defragmentPage()1572 memcpy(&temp[iCellStart], &data[iCellStart], usableSize - iCellStart); in defragmentPage()1583 if( pc<iCellStart || pc>iCellLast ){ in defragmentPage()1586 assert( pc>=iCellStart && pc<=iCellLast ); in defragmentPage()1589 if( cbrk<iCellStart || pc+size>usableSize ){ in defragmentPage()1592 assert( cbrk+size<=usableSize && cbrk>=iCellStart ); in defragmentPage()