Searched refs:pGe (Results 1 – 1 of 1) sorted by relevance
269079 sqlite3_value *pGe = 0; local269086 if( idxNum & FTS5_VOCAB_TERM_GE ) pGe = apVal[iVal++];269095 if( pGe ){269096 zTerm = (const char *)sqlite3_value_text(pGe);269097 nTerm = sqlite3_value_bytes(pGe);