Searched refs:iTermLe (Results 1 – 1 of 1) sorted by relevance
271 int iTermLe = -1; in fts5VocabBestIndexMethod() local282 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()