Lines Matching refs:iLeft
51700 int iLeft
51707 while( iRight<nRight || iLeft<nLeft ){
51711 if( (iLeft<nLeft)
51712 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
51714 logpage = aLeft[iLeft++];
51721 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;
51723 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );
108944 int iLeft, /* Index of first table to join in pSrc */
108956 assert( iLeft<iRight );
108958 assert( pSrc->a[iLeft].pTab );
108961 pE1 = sqlite3CreateColumnExpr(db, pSrc, iLeft, iColLeft);
109059 int iLeft; /* Matching left table */
109063 if( tableAndColumnIndex(pSrc, i+1, zName, &iLeft, &iLeftCol) ){
109064 addWhereTerm(pParse, pSrc, iLeft, iLeftCol, i+1, j,
109098 int iLeft; /* Table on the left with matching column name */
109105 || !tableAndColumnIndex(pSrc, i+1, zName, &iLeft, &iLeftCol)
109111 addWhereTerm(pParse, pSrc, iLeft, iLeftCol, i+1, iRightCol,
156029 int iLeft = 0;
156043 while( iLeft<nLeft || iRight<nRight ){
156044 if( iLeft==nLeft ){
156045 aIdx[iLeft+iRight] = aRight[iRight];
156048 aIdx[iLeft+iRight] = aLeft[iLeft];
156049 iLeft++;
156051 RtreeDValue fLeft = aDistance[aLeft[iLeft]];
156054 aIdx[iLeft+iRight] = aLeft[iLeft];
156055 iLeft++;
156057 aIdx[iLeft+iRight] = aRight[iRight];
156098 int iLeft = 0;
156111 while( iLeft<nLeft || iRight<nRight ){
156112 RtreeDValue xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);
156113 RtreeDValue xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]);
156116 if( (iLeft!=nLeft) && ((iRight==nRight)
156120 aIdx[iLeft+iRight] = aLeft[iLeft];
156121 iLeft++;
156123 aIdx[iLeft+iRight] = aRight[iRight];