Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_vocab.c95 #define FTS5_VOCAB_TERM_LE 0x04 macro
301 idxNum |= FTS5_VOCAB_TERM_LE; in fts5VocabBestIndexMethod()
627 if( idxNum & FTS5_VOCAB_TERM_LE ) pLe = apVal[iVal++]; in fts5VocabFilterMethod()