Searched refs:mNext (Results 1 – 1 of 1) sorted by relevance
4074 Bitmask mNext = ALLBITS; in whereLoopAddVirtual() local4075 assert( mNext>0 ); in whereLoopAddVirtual()4080 if( mThis>mPrev && mThis<mNext ) mNext = mThis; in whereLoopAddVirtual()4082 mPrev = mNext; in whereLoopAddVirtual()4083 if( mNext==ALLBITS ) break; in whereLoopAddVirtual()4084 if( mNext==mBest || mNext==mBestNoIn ) continue; in whereLoopAddVirtual()4086 (sqlite3_uint64)mPrev, (sqlite3_uint64)mNext)); in whereLoopAddVirtual()4088 pBuilder, mPrereq, mNext|mPrereq, 0, p, mNoOmit, &bIn, 0); in whereLoopAddVirtual()