notReady         115810 ext/sqlite3/libsqlite/sqlite3.c   Bitmask notReady;          /* FROM entries not usable at this level */
notReady         116761 ext/sqlite3/libsqlite/sqlite3.c   Bitmask notReady,     /* RHS must not overlap with this mask */
notReady         116771 ext/sqlite3/libsqlite/sqlite3.c     if( (p->prereqRight & notReady)==0 ){
notReady         117848 ext/sqlite3/libsqlite/sqlite3.c   Bitmask notReady               /* Tables in outer loops of the join */
notReady         117853 ext/sqlite3/libsqlite/sqlite3.c   if( (pTerm->prereqRight & notReady)!=0 ) return 0;
notReady         117872 ext/sqlite3/libsqlite/sqlite3.c   Bitmask notReady,           /* Mask of cursors that are not available */
notReady         117921 ext/sqlite3/libsqlite/sqlite3.c     if( termCanDriveIndex(pTerm, pSrc, notReady) ){
notReady         117974 ext/sqlite3/libsqlite/sqlite3.c     if( termCanDriveIndex(pTerm, pSrc, notReady) ){
notReady         118890 ext/sqlite3/libsqlite/sqlite3.c       && (pLevel->notReady & pTerm->prereqAll)==0
notReady         119420 ext/sqlite3/libsqlite/sqlite3.c   Bitmask notReady     /* Which tables are currently available */
notReady         119448 ext/sqlite3/libsqlite/sqlite3.c   pLevel->notReady = notReady & ~getMask(&pWInfo->sMaskSet, iCur);
notReady         120001 ext/sqlite3/libsqlite/sqlite3.c       if( pOrTab==0 ) return notReady;
notReady         120243 ext/sqlite3/libsqlite/sqlite3.c     if( (pTerm->prereqAll & pLevel->notReady)!=0 ){
notReady         120281 ext/sqlite3/libsqlite/sqlite3.c     assert( (pTerm->prereqRight & pLevel->notReady)!=0 );
notReady         120282 ext/sqlite3/libsqlite/sqlite3.c     pAlt = findTerm(pWC, iCur, pTerm->u.leftColumn, notReady, WO_EQ|WO_IN, 0);
notReady         120309 ext/sqlite3/libsqlite/sqlite3.c       if( (pTerm->prereqAll & pLevel->notReady)!=0 ){
notReady         120319 ext/sqlite3/libsqlite/sqlite3.c   return pLevel->notReady;
notReady         122633 ext/sqlite3/libsqlite/sqlite3.c   Bitmask notReady;          /* Cursors that are not yet positioned */
notReady         122905 ext/sqlite3/libsqlite/sqlite3.c   notReady = ~(Bitmask)0;
notReady         122994 ext/sqlite3/libsqlite/sqlite3.c     notReady &= ~getMask(&pWInfo->sMaskSet, pTabItem->iCursor);
notReady         123003 ext/sqlite3/libsqlite/sqlite3.c   notReady = ~(Bitmask)0;
notReady         123012 ext/sqlite3/libsqlite/sqlite3.c                 &pTabList->a[pLevel->iFrom], notReady, pLevel);
notReady         123020 ext/sqlite3/libsqlite/sqlite3.c     notReady = codeOneLoopStart(pWInfo, ii, notReady);