Searched refs:pGe (Results 1 – 1 of 1) sorted by relevance
268326 sqlite3_value *pGe = 0; local268333 if( idxNum & FTS5_VOCAB_TERM_GE ) pGe = apVal[iVal++];268342 if( pGe ){268343 zTerm = (const char *)sqlite3_value_text(pGe);268344 nTerm = sqlite3_value_bytes(pGe);