Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c3312 sqlite3_value *pLangid = 0; /* The "langid = ?" constraint, if any */ in fts3FilterMethod() local
3331 if( idxNum & FTS3_HAVE_LANGID ) pLangid = apVal[iIdx++]; in fts3FilterMethod()
3359 if( pLangid ) pCsr->iLangid = sqlite3_value_int(pLangid); in fts3FilterMethod()