Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_vocab.c271 int iTermLe = -1; in fts5VocabBestIndexMethod() local
282 if( p->op==SQLITE_INDEX_CONSTRAINT_LE ) iTermLe = i; in fts5VocabBestIndexMethod()
283 if( p->op==SQLITE_INDEX_CONSTRAINT_LT ) iTermLe = i; in fts5VocabBestIndexMethod()
300 if( iTermLe>=0 ){ in fts5VocabBestIndexMethod()
302 pInfo->aConstraintUsage[iTermLe].argvIndex = ++nArg; in fts5VocabBestIndexMethod()