Lines Matching refs:iRight
55105 int iRight = 0; /* Current index in aRight */
55111 while( iRight<nRight || iLeft<nLeft ){
55116 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
55120 logpage = aRight[iRight++];
55128 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
113816 int iRight, /* Index of second table in pSrc */
113826 assert( iLeft<iRight );
113827 assert( pSrc->nSrc>iRight );
113829 assert( pSrc->a[iRight].pTab );
113832 pE2 = sqlite3CreateColumnExpr(db, pSrc, iRight, iColRight);
161979 int iRight = 0;
161992 while( iLeft<nLeft || iRight<nRight ){
161994 aIdx[iLeft+iRight] = aRight[iRight];
161995 iRight++;
161996 }else if( iRight==nRight ){
161997 aIdx[iLeft+iRight] = aLeft[iLeft];
162001 RtreeDValue fRight = aDistance[aRight[iRight]];
162003 aIdx[iLeft+iRight] = aLeft[iLeft];
162006 aIdx[iLeft+iRight] = aRight[iRight];
162007 iRight++;
162048 int iRight = 0;
162060 while( iLeft<nLeft || iRight<nRight ){
162063 RtreeDValue xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]);
162064 RtreeDValue xright2 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2+1]);
162065 if( (iLeft!=nLeft) && ((iRight==nRight)
162069 aIdx[iLeft+iRight] = aLeft[iLeft];
162072 aIdx[iLeft+iRight] = aRight[iRight];
162073 iRight++;