Home
last modified time | relevance | path

Searched refs:iRight (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c69344 int iRight = 0; /* Current index in aRight */ local
69350 while( iRight<nRight || iLeft<nLeft ){
69355 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
69359 logpage = aRight[iRight++];
69367 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
220881 int iRight = 0; local
220893 while( iLeft<nLeft || iRight<nRight ){
220896 RtreeDValue xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]);
220897 RtreeDValue xright2 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2+1]);
220898 if( (iLeft!=nLeft) && ((iRight==nRight)
[all …]