Searched refs:pDocidGe (Results 1 – 1 of 1) sorted by relevance
3313 sqlite3_value *pDocidGe = 0; /* The "docid >= ?" constraint, if any */ in fts3FilterMethod() local3332 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()