Home | History | Annotate | Download | only in dist

Lines Matching defs:iRight

48899   int iRight = 0;                 /* Current index in aRight */
48905 while( iRight<nRight || iLeft<nLeft ){
48910 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
48914 logpage = aRight[iRight++];
48922 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
101751 int iRight, /* Index of second table in pSrc */
101761 assert( iLeft<iRight );
101762 assert( pSrc->nSrc>iRight );
101764 assert( pSrc->a[iRight].pTab );
101767 pE2 = sqlite3CreateColumnExpr(db, pSrc, iRight, iColRight);
146656 int iRight = 0;
146669 while( iLeft<nLeft || iRight<nRight ){
146671 aIdx[iLeft+iRight] = aRight[iRight];
146672 iRight++;
146673 }else if( iRight==nRight ){
146674 aIdx[iLeft+iRight] = aLeft[iLeft];
146678 RtreeDValue fRight = aDistance[aRight[iRight]];
146680 aIdx[iLeft+iRight] = aLeft[iLeft];
146683 aIdx[iLeft+iRight] = aRight[iRight];
146684 iRight++;
146725 int iRight = 0;
146737 while( iLeft<nLeft || iRight<nRight ){
146740 RtreeDValue xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]);
146741 RtreeDValue xright2 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2+1]);
146742 if( (iLeft!=nLeft) && ((iRight==nRight)
146746 aIdx[iLeft+iRight] = aLeft[iLeft];
146749 aIdx[iLeft+iRight] = aRight[iRight];
146750 iRight++;