Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c196942 sqlite3_value *pDocidGe = 0; /* The "docid >= ?" constraint, if any */ local
196961 if( idxNum & FTS3_HAVE_DOCID_GE ) pDocidGe = apVal[iIdx++];
196969 pCsr->iMinDocid = fts3DocidRange(pDocidGe, SMALLEST_INT64);
197012 if( pDocidGe || pDocidLe ){