Home
last modified time | relevance | path

Searched refs:DL_DOCIDS (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/fts2/
H A Dfts2.c356 DL_DOCIDS, /* docids only */ enumerator
714 if( iType>DL_DOCIDS ){ in docListValidate()
826 assert( pWriter->iType==DL_DOCIDS ); in dlwAdd()
1031 if( pWriter->dlw->iType>DL_DOCIDS ){ in plwTerminate()
1070 if( pCollector->dlw.iType>DL_DOCIDS ){ in dlcAddDoclist()
1287 if( pLeft->iType==DL_DOCIDS ) return 0; in posListCmp()
1506 dlrInit(&left, DL_DOCIDS, pLeft, nLeft); in docListAndMerge()
1508 dlwInit(&writer, DL_DOCIDS, pOut); in docListAndMerge()
1548 dlrInit(&left, DL_DOCIDS, pLeft, nLeft); in docListOrMerge()
1550 dlwInit(&writer, DL_DOCIDS, pOut); in docListOrMerge()
[all …]
/sqlite-3.40.0/ext/fts1/
H A Dfts1.c218 DL_DOCIDS, /* docids only */ enumerator
2609 pNew = docListNew(i<pQTerm->nPhrase ? DL_POSITIONS : DL_DOCIDS); in docListOfTerm()
2814 pNew = docListNew(DL_DOCIDS); in fulltextQuery()
2823 pNew = docListNew(DL_DOCIDS); in fulltextQuery()
2845 pNew = docListNew(DL_DOCIDS); in fulltextQuery()
H A Dfulltext.c124 DL_DOCIDS, /* docids only */ enumerator
1221 DocList *next = docListNew(need_positions ? DL_POSITIONS : DL_DOCIDS); in fulltext_query()