Searched refs:cellStart (Results 1 – 1 of 1) sorted by relevance
82349 int cellStart; /* Offset to the start of the cell pointer array */ local82418 cellStart = hdr + 12 - 4*pPage->leaf;82419 assert( pPage->aCellIdx==&data[cellStart] );82420 pCellIdx = &data[cellStart + 2*(nCell-1)];82447 assert( pCellIdx==&data[cellStart + i*2] );82521 pc = get2byteAligned(&data[cellStart+i*2]);