Searched refs:FTS3_DOCID_SEARCH (Results 1 – 2 of 2) sorted by relevance
374 #define FTS3_DOCID_SEARCH 1 /* Lookup by rowid on %_content table */ macro
1653 pInfo->idxNum = FTS3_DOCID_SEARCH; in fts3BestIndexMethod()1698 if( pInfo->idxNum==FTS3_DOCID_SEARCH ) fts3SetUniqueFlag(pInfo); in fts3BestIndexMethod()3249 if( pCsr->eSearch==FTS3_DOCID_SEARCH || pCsr->eSearch==FTS3_FULLSCAN_SEARCH ){ in fts3NextMethod()3350 if( eSearch!=FTS3_DOCID_SEARCH && eSearch!=FTS3_FULLSCAN_SEARCH ){ in fts3FilterMethod()3404 }else if( eSearch==FTS3_DOCID_SEARCH ){ in fts3FilterMethod()