Lines Matching refs:maskSelf

2148                      p->iTab, nb, p->maskSelf, nb, p->prereq & mAll);  in sqlite3WhereLoopPrint()
2627 Bitmask notAllowed = ~(pLoop->prereq|pLoop->maskSelf); in whereLoopOutputAdjust()
2635 if( (pTerm->prereqAll & pLoop->maskSelf)==0 ) continue; in whereLoopOutputAdjust()
2644 if( pLoop->maskSelf==pTerm->prereqAll ){ in whereLoopOutputAdjust()
2856 if( pTerm->prereqRight & pNew->maskSelf ) continue; in whereLoopAddBtreeIndex()
2883 pNew->prereq = (saved_prereq | pTerm->prereqRight) & ~pNew->maskSelf; in whereLoopAddBtreeIndex()
3452 if( pTerm->prereqRight & pNew->maskSelf ) continue; in whereLoopAddBtree()
4154 && (pTerm->u.pOrInfo->indexable & pNew->maskSelf)!=0 in whereLoopAddOr()
4284 pNew->maskSelf = sqlite3WhereGetMask(&pWInfo->sMaskSet, pItem->iCursor); in whereLoopAddAll()
4321 mPrior |= pNew->maskSelf; in whereLoopAddAll()
4425 if( iLoop>0 ) ready |= pLoop->maskSelf; in wherePathSatisfiesOrderBy()
4654 orderDistinctMask |= pLoop->maskSelf; in wherePathSatisfiesOrderBy()
4878 if( (pWLoop->maskSelf & pFrom->maskLoop)!=0 ) continue; in wherePathSolver()
4893 maskNew = pFrom->maskLoop | pWLoop->maskSelf; in wherePathSolver()
5031 pTo->maskLoop = pFrom->maskLoop | pWLoop->maskSelf; in wherePathSolver()
5249 pLoop->maskSelf = 1; /* sqlite3WhereGetMask(&pWInfo->sMaskSet, iCur); */ in whereShortCut()
5379 if( (tabUsed & pLoop->maskSelf)!=0 ) continue; in whereOmitNoopJoin()
5382 if( (pTerm->prereqAll & pLoop->maskSelf)!=0 ){ in whereOmitNoopJoin()
5392 notReady &= ~pLoop->maskSelf; in whereOmitNoopJoin()
5394 if( (pTerm->prereqAll & pLoop->maskSelf)!=0 ){ in whereOmitNoopJoin()