Searched refs:FTS3_FULLSCAN_SEARCH (Results 1 – 2 of 2) sorted by relevance
373 #define FTS3_FULLSCAN_SEARCH 0 /* Linear scan of %_content table */ macro
1629 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()