Searched refs:cellStart (Results 1 – 1 of 1) sorted by relevance
10400 int cellStart; /* Offset to the start of the cell pointer array */ in checkTreePage() local10463 cellStart = hdr + 12 - 4*pPage->leaf; in checkTreePage()10464 assert( pPage->aCellIdx==&data[cellStart] ); in checkTreePage()10465 pCellIdx = &data[cellStart + 2*(nCell-1)]; in checkTreePage()10492 assert( pCellIdx==&data[cellStart + i*2] ); in checkTreePage()10566 pc = get2byteAligned(&data[cellStart+i*2]); in checkTreePage()