Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4424 for(iLoop=0; isOrderDistinct && obSat<obDone && iLoop<=nLoop; iLoop++){ in wherePathSatisfiesOrderBy()
4425 if( iLoop>0 ) ready |= pLoop->maskSelf; in wherePathSatisfiesOrderBy()
4426 if( iLoop<nLoop ){ in wherePathSatisfiesOrderBy()
4427 pLoop = pPath->aLoop[iLoop]; in wherePathSatisfiesOrderBy()
4620 if( rev ) *pRevMask |= MASKBIT(iLoop); in wherePathSatisfiesOrderBy()
4866 for(iLoop=0; iLoop<nLoop; iLoop++){ in wherePathSolver()
4899 iLoop, pWLoop, &revMask); in wherePathSolver()
5038 pTo->aLoop[iLoop] = pWLoop; in wherePathSolver()
5092 for(iLoop=0; iLoop<nLoop; iLoop++){ in wherePathSolver()
5093 WhereLevel *pLevel = pWInfo->a + iLoop; in wherePathSolver()
[all …]
H A Dwherecode.c1339 int iLoop; /* Iteration of constraint generator loop */ in sqlite3WhereCodeOneLoopStart() local
2457 iLoop = (pIdx ? 1 : 2); in sqlite3WhereCodeOneLoopStart()
2490 if( iLoop==1 && !sqlite3ExprCoveredByIndex(pE, pLevel->iTabCur, pIdx) ){ in sqlite3WhereCodeOneLoopStart()
2494 if( iLoop<3 && (pTerm->wtFlags & TERM_VARSELECT) ){ in sqlite3WhereCodeOneLoopStart()
2519 pWC->nTerm-j, pTerm, iLoop)); in sqlite3WhereCodeOneLoopStart()
2530 iLoop = iNext; in sqlite3WhereCodeOneLoopStart()
2531 }while( iLoop>0 ); in sqlite3WhereCodeOneLoopStart()