Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c268327 sqlite3_value *pLe = 0; local
268334 if( idxNum & FTS5_VOCAB_TERM_LE ) pLe = apVal[iVal++];
268346 if( pLe ){
268347 const char *zCopy = (const char *)sqlite3_value_text(pLe);
268349 pCsr->nLeTerm = sqlite3_value_bytes(pLe);