Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c196941 sqlite3_value *pLangid = 0; /* The "langid = ?" constraint, if any */ local
196960 if( idxNum & FTS3_HAVE_LANGID ) pLangid = apVal[iIdx++];
196988 if( pLangid ) pCsr->iLangid = sqlite3_value_int(pLangid);