Lines Matching refs:iLeft
67697 int iLeft = 0; /* Current index in aLeft */ local
67704 while( iRight<nRight || iLeft<nLeft ){
67708 if( (iLeft<nLeft)
67709 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
67711 logpage = aLeft[iLeft++];
67718 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;
67720 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );
145419 int iLeft; /* Table on the left with matching column name */
145429 || tableAndColumnIndex(pSrc, 0, i, zName, &iLeft, &iLeftCol,
145436 pE1 = sqlite3CreateColumnExpr(db, pSrc, iLeft, iLeftCol);
145437 sqlite3SrcItemColumnUsed(&pSrc->a[iLeft], iLeftCol);
145456 while( tableAndColumnIndex(pSrc, iLeft+1, i, zName, &iLeft, &iLeftCol,
145458 if( pSrc->a[iLeft].fg.isUsing==0
145459 || sqlite3IdListIndex(pSrc->a[iLeft].u3.pUsing, zName)<0
145466 pE1 = sqlite3CreateColumnExpr(db, pSrc, iLeft, iLeftCol);
145467 sqlite3SrcItemColumnUsed(&pSrc->a[iLeft], iLeftCol);
215847 int iLeft = 0;
215860 while( iLeft<nLeft || iRight<nRight ){
215861 RtreeDValue xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);
215862 RtreeDValue xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]);
215865 if( (iLeft!=nLeft) && ((iRight==nRight)
215869 aIdx[iLeft+iRight] = aLeft[iLeft];
215870 iLeft++;
215872 aIdx[iLeft+iRight] = aRight[iRight];