Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4054 Bitmask mBestNoIn = 0; in whereLoopAddVirtual() local
4063 mBestNoIn = pNew->prereq & ~mPrereq; in whereLoopAddVirtual()
4064 if( mBestNoIn==0 ){ in whereLoopAddVirtual()
4084 if( mNext==mBest || mNext==mBestNoIn ) continue; in whereLoopAddVirtual()