Lines Matching refs:iLeft
65012 int iLeft = 0; /* Current index in aLeft */
65019 while( iRight<nRight || iLeft<nLeft ){
65023 if( (iLeft<nLeft)
65024 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
65026 logpage = aLeft[iLeft++];
65033 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;
65035 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );
138757 int iLeft; /* Table on the left with matching column name */
138767 || tableAndColumnIndex(pSrc, 0, i, zName, &iLeft, &iLeftCol,
138774 pE1 = sqlite3CreateColumnExpr(db, pSrc, iLeft, iLeftCol);
138775 sqlite3SrcItemColumnUsed(&pSrc->a[iLeft], iLeftCol);
138792 while( tableAndColumnIndex(pSrc, iLeft+1, i, zName, &iLeft, &iLeftCol,
138794 if( pSrc->a[iLeft].fg.isUsing==0
138795 || sqlite3IdListIndex(pSrc->a[iLeft].u3.pUsing, zName)<0
138802 pE1 = sqlite3CreateColumnExpr(db, pSrc, iLeft, iLeftCol);
138803 sqlite3SrcItemColumnUsed(&pSrc->a[iLeft], iLeftCol);
203285 int iLeft = 0;
203299 while( iLeft<nLeft || iRight<nRight ){
203300 if( iLeft==nLeft ){
203301 aIdx[iLeft+iRight] = aRight[iRight];
203304 aIdx[iLeft+iRight] = aLeft[iLeft];
203305 iLeft++;
203307 RtreeDValue fLeft = aDistance[aLeft[iLeft]];
203310 aIdx[iLeft+iRight] = aLeft[iLeft];
203311 iLeft++;
203313 aIdx[iLeft+iRight] = aRight[iRight];
203354 int iLeft = 0;
203367 while( iLeft<nLeft || iRight<nRight ){
203368 RtreeDValue xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);
203369 RtreeDValue xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]);
203372 if( (iLeft!=nLeft) && ((iRight==nRight)
203376 aIdx[iLeft+iRight] = aLeft[iLeft];
203377 iLeft++;
203379 aIdx[iLeft+iRight] = aRight[iRight];