Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c558 int bSeenEq = 0; in fts5BestIndexMethod() local
620 }else if( bSeenEq==0 && p->op==SQLITE_INDEX_CONSTRAINT_EQ && iCol<0 ){ in fts5BestIndexMethod()
622 bSeenEq = 1; in fts5BestIndexMethod()
628 if( bSeenEq==0 ){ in fts5BestIndexMethod()
667 if( bSeenEq ){ in fts5BestIndexMethod()