Lines Matching refs:notReady

110557   Bitmask notReady;          /* FROM entries not usable at this level */
111504 Bitmask notReady, /* RHS must not overlap with this mask */
111514 if( (p->prereqRight & notReady)==0 ){
112468 Bitmask notReady /* Tables in outer loops of the join */
112473 if( (pTerm->prereqRight & notReady)!=0 ) return 0;
112492 Bitmask notReady, /* Mask of cursors that are not available */
112528 if( termCanDriveIndex(pTerm, pSrc, notReady) ){
112580 if( termCanDriveIndex(pTerm, pSrc, notReady) ){
113341 && (pLevel->notReady & pTerm->prereqAll)==0
113798 Bitmask notReady /* Which tables are currently available */
113826 pLevel->notReady = notReady & ~getMask(&pWInfo->sMaskSet, iCur);
114353 ** by this loop in the a[0] slot and all notReady tables in a[1..] slots.
114357 int nNotReady; /* The number of notReady tables */
114362 if( pOrTab==0 ) return notReady;
114515 ** contained one or more AND term from a notReady table. The
114516 ** terms from the notReady table could not be tested and will
114595 if( (pTerm->prereqAll & pLevel->notReady)!=0 ){
114627 assert( (pTerm->prereqRight & pLevel->notReady)!=0 );
114628 pAlt = findTerm(pWC, iCur, pTerm->u.leftColumn, notReady, WO_EQ|WO_IN, 0);
114655 if( (pTerm->prereqAll & pLevel->notReady)!=0 ){
114665 return pLevel->notReady;
116885 Bitmask notReady; /* Cursors that are not yet positioned */
117165 notReady = ~(Bitmask)0;
117248 notReady &= ~getMask(&pWInfo->sMaskSet, pTabItem->iCursor);
117257 notReady = ~(Bitmask)0;
117263 &pTabList->a[pLevel->iFrom], notReady, pLevel);
117269 notReady = codeOneLoopStart(pWInfo, ii, notReady);