Lines Matching refs:notReady
163397 Bitmask notReady; /* FROM entries not usable at this level */ member
163819 Bitmask notReady, /* RHS must not overlap with this mask */
163867 Bitmask notReady /* Which tables are currently available */
164362 && (pLevel->notReady & pTerm->prereqAll)==0
165115 if( pTerm->prereqAll & pLevel->notReady ) continue;
165334 Bitmask notReady /* Loops that are not ready */ argument
165344 if( NEVER(pLoop->prereq & notReady) ) continue;
165410 Bitmask notReady /* Which tables are currently available */ argument
165433 pLevel->notReady = notReady & ~sqlite3WhereGetMask(&pWInfo->sMaskSet, iCur);
165440 iLevel, pWInfo->nLevel, (u64)notReady, pLevel->iFrom);
165645 filterPullDown(pParse, pWInfo, iLevel, addrNxt, notReady);
165976 filterPullDown(pParse, pWInfo, iLevel, addrNxt, notReady);
166243 if( pOrTab==0 ) return notReady;
166561 if( (pTerm->prereqAll & pLevel->notReady)!=0 ){
166579 if( m & pLevel->notReady ){
166652 assert( (pTerm->prereqRight & pLevel->notReady)!=0 );
166654 pAlt = sqlite3WhereFindTerm(pWC, iCur, pTerm->u.x.leftColumn, notReady,
166751 if( (pTerm->prereqAll & pLevel->notReady)!=0 ){
166770 iLevel, (u64)pLevel->notReady);
166773 return pLevel->notReady;
169397 Bitmask notReady, /* RHS must not overlap with this mask */ argument
169408 if( (p->prereqRight & notReady)==0 ){
169748 const Bitmask notReady /* Tables in outer loops of the join */ argument
169761 if( (pTerm->prereqRight & notReady)!=0 ) return 0;
169833 const Bitmask notReady, /* Mask of cursors that are not available */ argument
169891 if( termCanDriveIndex(pTerm, pSrc, notReady) ){
169967 if( termCanDriveIndex(pTerm, pSrc, notReady) ){
170121 Bitmask notReady /* Loops that are not ready */ argument
170219 if( pLoop->prereq & notReady ) continue;
175377 Bitmask notReady argument
175432 notReady &= ~pLoop->maskSelf;
175446 return notReady;
175688 Bitmask notReady; /* Cursors that are not yet positioned */ local
176015 notReady = ~(Bitmask)0;
176021 notReady = whereOmitNoopJoin(pWInfo, notReady);
176302 constructAutomaticIndex(pParse, &pWInfo->sWC, notReady, pLevel);
176305 sqlite3ConstructBloomFilter(pWInfo, ii, pLevel, notReady);
176313 notReady = sqlite3WhereCodeOneLoopStart(pParse,v,pWInfo,ii,pLevel,notReady);