Home
last modified time | relevance | path

Searched refs:mNext (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhere.c4074 Bitmask mNext = ALLBITS; in whereLoopAddVirtual() local
4075 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()