Searched refs:pLangid (Results 1 – 1 of 1) sorted by relevance
3312 sqlite3_value *pLangid = 0; /* The "langid = ?" constraint, if any */ in fts3FilterMethod() local3331 if( idxNum & FTS3_HAVE_LANGID ) pLangid = apVal[iIdx++]; in fts3FilterMethod()3359 if( pLangid ) pCsr->iLangid = sqlite3_value_int(pLangid); in fts3FilterMethod()