Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:FTS3_FULLSCAN_SEARCH

113182 #define FTS3_FULLSCAN_SEARCH 0    /* Linear scan of %_content table */
114122 pInfo->idxNum = FTS3_FULLSCAN_SEARCH;
116089 ** If idxNum==FTS3_FULLSCAN_SEARCH then do a full table scan against
116121 assert( (nVal==0)==(idxNum==FTS3_FULLSCAN_SEARCH) );
116130 if( idxNum!=FTS3_DOCID_SEARCH && idxNum!=FTS3_FULLSCAN_SEARCH ){
116164 zSql = (char *)azSql[idxNum==FTS3_FULLSCAN_SEARCH];