Searched refs:aLoop (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | whereInt.h | 213 WhereLoop **aLoop; /* Array of WhereLoop objects implementing this path */ member
|
| H A D | where.c | 4427 pLoop = pPath->aLoop[iLoop]; in wherePathSatisfiesOrderBy() 4714 for(i=0; i<nLoop; i++){ zName[i] = pPath->aLoop[i]->cId; } in wherePathName() 4830 pFrom->aLoop = pX; in wherePathSolver() 5037 memcpy(pTo->aLoop, pFrom->aLoop, sizeof(WhereLoop*)*iLoop); in wherePathSolver() 5038 pTo->aLoop[iLoop] = pWLoop; in wherePathSolver() 5094 pLevel->pWLoop = pWLoop = pFrom->aLoop[iLoop]; in wherePathSolver() 5105 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], ¬Used); in wherePathSolver() 5122 u32 wsFlags = pFrom->aLoop[nLoop-1]->wsFlags; in wherePathSolver() 5128 WHERE_ORDERBY_LIMIT, nLoop-1, pFrom->aLoop[nLoop-1], &m); in wherePathSolver() 5149 pFrom, 0, nLoop-1, pFrom->aLoop[nLoop-1], &revMask in wherePathSolver()
|