Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_vocab.c619 sqlite3_value *pGe = 0; in fts5VocabFilterMethod() local
626 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()