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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c265 static DocList *docListNew(DocListType iType){ function
2596 pLeft = docListNew(DL_POSITIONS);
2603 pRight = docListNew(DL_POSITIONS);
2609 pNew = docListNew(i<pQTerm->nPhrase ? DL_POSITIONS : DL_DOCIDS);
2814 pNew = docListNew(DL_DOCIDS);
2823 pNew = docListNew(DL_DOCIDS);
2845 pNew = docListNew(DL_DOCIDS);
2997 p = docListNew(DL_DEFAULT);
H A Dfulltext.c153 static DocList *docListNew(DocListType iType){ function
1209 DocList *next = docListNew(need_positions ? DL_POSITIONS : DL_DOCIDS);
1314 p = docListNew(DL_POSITIONS_OFFSETS);

Completed in 111 milliseconds