Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c265 static DocList *docListNew(DocListType iType){ in docListNew() function
2596 pLeft = docListNew(DL_POSITIONS); in docListOfTerm()
2603 pRight = docListNew(DL_POSITIONS); in docListOfTerm()
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()
2997 p = docListNew(DL_DEFAULT); in buildTerms()
H A Dfulltext.c153 static DocList *docListNew(DocListType iType){ in docListNew() function
1221 DocList *next = docListNew(need_positions ? DL_POSITIONS : DL_DOCIDS); in fulltext_query()
1326 p = docListNew(DL_POSITIONS_OFFSETS); in build_terms()