Lines Matching refs:iPgIdx
255329 int iPgIdx = pSeg->pLeaf->szLeaf; /* Offset of page footer */ local
255341 nIdx = nPg-iPgIdx;
255344 memcpy(aIdx, &aPg[iPgIdx], nIdx);
255420 if( iNextOff>=iPgIdx ){
255423 iNextOff = iPgIdx;
255427 if( iNextOff!=iPgIdx ){
255446 if( fts5GetU16(&aPg[0])==iStart && (bLastInDoclist || iNextOff==iPgIdx) ){
255455 if( iNextOff!=iPgIdx ){
255483 if( iNextOff!=iPgIdx ){
255505 if( (iKeyOff+nSuffix)>(u64)iPgIdx || (iNextOff+nSuffix2)>(u64)iPgIdx ){
255588 iPgIdx -= nShift;
255589 nPg = iPgIdx;
255590 fts5PutU16(&aPg[2], iPgIdx);
255603 if( iPgIdx==nPg && nIdx>0 && pSeg->iLeafPgno!=1 ){