Lines Matching refs:aCellIdx
59701 u8 *aCellIdx; /* The cell index area */
61470 ((P)->aData + ((P)->maskPage & get2byteAligned(&(P)->aCellIdx[2*(I)])))
61472 ((P)->aDataOfst + ((P)->maskPage & get2byteAligned(&(P)->aCellIdx[2*(I)])))
62268 pPage->aCellIdx = &data[cellOffset];
62395 pPage->aCellIdx = &data[first];
66883 ptr = &pPage->aCellIdx[2*idx];
66937 u8 *pIns; /* The point in pPage->aCellIdx[] where no cell inserted */
66983 assert( &data[pPage->cellOffset]==pPage->aCellIdx );
66996 pIns = pPage->aCellIdx + i*2;
67084 u8 *pCellptr = pPg->aCellIdx;
67254 u8 *pBegin = &pPg->aCellIdx[nNew * 2];
67270 memmove(pPg->aCellIdx, &pPg->aCellIdx[nShift*2], nCell*2);
67284 pCellptr = pPg->aCellIdx;
67297 pCellptr = &pPg->aCellIdx[iCell * 2];
67308 pCellptr = &pPg->aCellIdx[nCell*2];
67323 int iOff = get2byteAligned(&pPg->aCellIdx[i*2]);
69796 assert( pPage->aCellIdx==&data[cellStart] );