Searched refs:pGe (Results 1 – 1 of 1) sorted by relevance
619 sqlite3_value *pGe = 0; in fts5VocabFilterMethod() local626 if( idxNum & FTS5_VOCAB_TERM_GE ) pGe = apVal[iVal++]; in fts5VocabFilterMethod()634 if( pGe ){ in fts5VocabFilterMethod()635 zTerm = (const char *)sqlite3_value_text(pGe); in fts5VocabFilterMethod()636 nTerm = sqlite3_value_bytes(pGe); in fts5VocabFilterMethod()