Home | History | Annotate | Download | only in orig

Lines Matching defs:iRight

48879   int iRight = 0;                 /* Current index in aRight */
48885 while( iRight<nRight || iLeft<nLeft ){
48890 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
48894 logpage = aRight[iRight++];
48902 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
101731 int iRight, /* Index of second table in pSrc */
101741 assert( iLeft<iRight );
101742 assert( pSrc->nSrc>iRight );
101744 assert( pSrc->a[iRight].pTab );
101747 pE2 = sqlite3CreateColumnExpr(db, pSrc, iRight, iColRight);
146624 int iRight = 0;
146637 while( iLeft<nLeft || iRight<nRight ){
146639 aIdx[iLeft+iRight] = aRight[iRight];
146640 iRight++;
146641 }else if( iRight==nRight ){
146642 aIdx[iLeft+iRight] = aLeft[iLeft];
146646 RtreeDValue fRight = aDistance[aRight[iRight]];
146648 aIdx[iLeft+iRight] = aLeft[iLeft];
146651 aIdx[iLeft+iRight] = aRight[iRight];
146652 iRight++;
146693 int iRight = 0;
146705 while( iLeft<nLeft || iRight<nRight ){
146708 RtreeDValue xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]);
146709 RtreeDValue xright2 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2+1]);
146710 if( (iLeft!=nLeft) && ((iRight==nRight)
146714 aIdx[iLeft+iRight] = aLeft[iLeft];
146717 aIdx[iLeft+iRight] = aRight[iRight];
146718 iRight++;