Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3Int.h384 #define FTS3_HAVE_DOCID_GE 0x00020000 /* docid>=? */ macro
H A Dfts3.c1710 pInfo->idxNum |= FTS3_HAVE_DOCID_GE; in fts3BestIndexMethod()
3332 if( idxNum & FTS3_HAVE_DOCID_GE ) pDocidGe = apVal[iIdx++]; in fts3FilterMethod()