Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c196943 sqlite3_value *pDocidLe = 0; /* The "docid <= ?" constraint, if any */ local
196962 if( idxNum & FTS3_HAVE_DOCID_LE ) pDocidLe = apVal[iIdx++];
196970 pCsr->iMaxDocid = fts3DocidRange(pDocidLe, LARGEST_INT64);
197012 if( pDocidGe || pDocidLe ){