Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_aux.c376 int iLangVal = 0; /* Language id to query */ in fts3auxFilterMethod() local
436 iLangVal = sqlite3_value_int(apVal[iLangid]); in fts3auxFilterMethod()
443 if( iLangVal<0 ) iLangVal = 0; in fts3auxFilterMethod()
445 pCsr->iLangid = iLangVal; in fts3auxFilterMethod()
447 rc = sqlite3Fts3SegReaderCursor(pFts3, iLangVal, 0, FTS3_SEGCURSOR_ALL, in fts3auxFilterMethod()