Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h325 unsigned char iEquiv; /* Current slot in aiCur[] and aiColumn[] */ member
H A Dwhere.c318 assert( pScan->iEquiv<=pScan->nEquiv ); in whereScanNext()
321 iColumn = pScan->aiColumn[pScan->iEquiv-1]; in whereScanNext()
322 iCur = pScan->aiCur[pScan->iEquiv-1]; in whereScanNext()
333 && (pScan->iEquiv<=1 || !ExprHasProperty(pTerm->pExpr, EP_OuterON)) in whereScanNext()
398 if( pScan->iEquiv>=pScan->nEquiv ) break; in whereScanNext()
401 pScan->iEquiv++; in whereScanNext()
453 pScan->iEquiv = 1; in whereScanInit()
2971 if( scan.iEquiv>1 ) pNew->wsFlags |= WHERE_TRANSCONS; in whereLoopAddBtreeIndex()
5256 if( scan.iEquiv>1 ) pLoop->wsFlags |= WHERE_TRANSCONS; in whereShortCut()