Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_vocab.c620 sqlite3_value *pLe = 0; in fts5VocabFilterMethod() local
627 if( idxNum & FTS5_VOCAB_TERM_LE ) pLe = apVal[iVal++]; in fts5VocabFilterMethod()
638 if( pLe ){ in fts5VocabFilterMethod()
639 const char *zCopy = (const char *)sqlite3_value_text(pLe); in fts5VocabFilterMethod()
641 pCsr->nLeTerm = sqlite3_value_bytes(pLe); in fts5VocabFilterMethod()