Lines Matching defs:aLoop
151514 Bitmask revLoop; /* aLoop[]s that should be reversed for ORDER BY */
151519 WhereLoop **aLoop; /* Array of WhereLoop objects implementing this path */
160909 u16 nLoop, /* Number of entries in pPath->aLoop[] */
160910 WhereLoop *pLast, /* Add this WhereLoop to the end of pPath->aLoop[] */
160977 pLoop = pPath->aLoop[iLoop];
161264 for(i=0; i<nLoop; i++){ zName[i] = pPath->aLoop[i]->cId; }
161380 pFrom->aLoop = pX;
161587 memcpy(pTo->aLoop, pFrom->aLoop, sizeof(WhereLoop*)*iLoop);
161588 pTo->aLoop[iLoop] = pWLoop;
161644 pLevel->pWLoop = pWLoop = pFrom->aLoop[iLoop];
161655 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], ¬Used);
161672 u32 wsFlags = pFrom->aLoop[nLoop-1]->wsFlags;
161678 WHERE_ORDERBY_LIMIT, nLoop-1, pFrom->aLoop[nLoop-1], &m);
161699 pFrom, 0, nLoop-1, pFrom->aLoop[nLoop-1], &revMask