Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c3313 sqlite3_value *pDocidGe = 0; /* The "docid >= ?" constraint, if any */ in fts3FilterMethod() local
3332 if( idxNum & FTS3_HAVE_DOCID_GE ) pDocidGe = apVal[iIdx++]; in fts3FilterMethod()
3340 pCsr->iMinDocid = fts3DocidRange(pDocidGe, SMALLEST_INT64); in fts3FilterMethod()
3383 if( pDocidGe || pDocidLe ){ in fts3FilterMethod()