Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c3314 sqlite3_value *pDocidLe = 0; /* The "docid <= ?" constraint, if any */ in fts3FilterMethod() local
3333 if( idxNum & FTS3_HAVE_DOCID_LE ) pDocidLe = apVal[iIdx++]; in fts3FilterMethod()
3341 pCsr->iMaxDocid = fts3DocidRange(pDocidLe, LARGEST_INT64); in fts3FilterMethod()
3383 if( pDocidGe || pDocidLe ){ in fts3FilterMethod()