Lines Matching refs:prereqRight
515 if( (p->prereqRight & notReady)==0 ){ in sqlite3WhereFindTerm()
516 if( p->prereqRight==0 && (p->eOperator&op)!=0 ){ in sqlite3WhereFindTerm()
803 if( (pTerm->prereqRight & notReady)!=0 ) return 0; in termCanDriveIndex()
1201 if( pTerm->prereqRight & mUnusable ) continue; in allocateIndexInfo()
2111 pTerm->truthProb, (u64)pTerm->prereqAll, (u64)pTerm->prereqRight); in sqlite3WhereTermPrint()
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()
3482 pNew->prereq = mPrereq | pTerm->prereqRight; in whereLoopAddBtree()
3703 if( (pTerm->prereqRight & mUsable)==pTerm->prereqRight in whereLoopAddVirtualOne()
3761 pNew->prereq |= pTerm->prereqRight; in whereLoopAddVirtualOne()
4078 pWC->a[p->aConstraint[i].iTermOffset].prereqRight & ~mPrereq in whereLoopAddVirtual()
5207 while( pTerm && pTerm->prereqRight ) pTerm = whereScanNext(&scan); in whereShortCut()
5227 while( pTerm && pTerm->prereqRight ) pTerm = whereScanNext(&scan); in whereShortCut()