Searched refs:docListNew (Results 1 – 2 of 2) sorted by relevance
265 static DocList *docListNew(DocListType iType){ in docListNew() function2596 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()
153 static DocList *docListNew(DocListType iType){ in docListNew() function1221 DocList *next = docListNew(need_positions ? DL_POSITIONS : DL_DOCIDS); in fulltext_query()1326 p = docListNew(DL_POSITIONS_OFFSETS); in build_terms()