Lines Matching refs:aLeft
69236 ht_slot *aLeft, /* IN: Left hand input list */ argument
69254 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
69256 logpage = aLeft[iLeft++];
69263 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;
69265 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );
69269 *paRight = aLeft;
69271 memcpy(aLeft, aTmp, sizeof(aTmp[0])*iOut);
196323 char *aLeft, int nLeft, /* Left doclist */ argument
196330 char *pEnd1 = &aLeft[nLeft];
196332 char *p1 = aLeft;
220507 int *aLeft = aIdx; local
220510 SortByDimension(pRtree, aLeft, nLeft, iDim, aCell, aSpare);
220513 memcpy(aSpare, aLeft, sizeof(int)*nLeft);
220514 aLeft = aSpare;
220516 RtreeDValue xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);
220517 RtreeDValue xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]);
220524 aIdx[iLeft+iRight] = aLeft[iLeft];
234053 u8 *aLeft, /* Change record */ argument
234057 u8 *a1 = aLeft; /* Cursor to iterate through aLeft */
234096 u8 *aLeft, argument
234099 u8 *a1 = aLeft; /* Cursor used to iterate through aLeft */