Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3Int.h373 #define FTS3_FULLSCAN_SEARCH 0 /* Linear scan of %_content table */ macro
H A Dfts3.c1629 pInfo->idxNum = FTS3_FULLSCAN_SEARCH; in fts3BestIndexMethod()
1641 pInfo->idxNum = FTS3_FULLSCAN_SEARCH; in fts3BestIndexMethod()
3249 if( pCsr->eSearch==FTS3_DOCID_SEARCH || pCsr->eSearch==FTS3_FULLSCAN_SEARCH ){ in fts3NextMethod()
3330 if( eSearch!=FTS3_FULLSCAN_SEARCH ) pCons = apVal[iIdx++]; in fts3FilterMethod()
3350 if( eSearch!=FTS3_DOCID_SEARCH && eSearch!=FTS3_FULLSCAN_SEARCH ){ in fts3FilterMethod()
3382 if( eSearch==FTS3_FULLSCAN_SEARCH ){ in fts3FilterMethod()