Searched refs:pLe (Results 1 – 1 of 1) sorted by relevance
620 sqlite3_value *pLe = 0; in fts5VocabFilterMethod() local627 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()