Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c3272 static sqlite3_int64 fts3DocidRange(sqlite3_value *pVal, i64 iDefault){ in fts3DocidRange() function
3340 pCsr->iMinDocid = fts3DocidRange(pDocidGe, SMALLEST_INT64); in fts3FilterMethod()
3341 pCsr->iMaxDocid = fts3DocidRange(pDocidLe, LARGEST_INT64); in fts3FilterMethod()