Searched refs:iLeft (Results 1 – 1 of 1) sorted by relevance
69343 int iLeft = 0; /* Current index in aLeft */ local69350 while( iRight<nRight || iLeft<nLeft ){69354 if( (iLeft<nLeft)69355 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])69357 logpage = aLeft[iLeft++];69364 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;69366 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );149570 int iLeft; /* Table on the left with matching column name */ local149580 || tableAndColumnIndex(pSrc, 0, i, zName, &iLeft, &iLeftCol,149587 pE1 = sqlite3CreateColumnExpr(db, pSrc, iLeft, iLeftCol);[all …]