docListNew 2596 third_party/sqlite/src/ext/fts1/fts1.c pLeft = docListNew(DL_POSITIONS); docListNew 2603 third_party/sqlite/src/ext/fts1/fts1.c pRight = docListNew(DL_POSITIONS); docListNew 2609 third_party/sqlite/src/ext/fts1/fts1.c pNew = docListNew(i<pQTerm->nPhrase ? DL_POSITIONS : DL_DOCIDS); docListNew 2814 third_party/sqlite/src/ext/fts1/fts1.c pNew = docListNew(DL_DOCIDS); docListNew 2823 third_party/sqlite/src/ext/fts1/fts1.c pNew = docListNew(DL_DOCIDS); docListNew 2845 third_party/sqlite/src/ext/fts1/fts1.c pNew = docListNew(DL_DOCIDS); docListNew 2997 third_party/sqlite/src/ext/fts1/fts1.c p = docListNew(DL_DEFAULT); docListNew 1209 third_party/sqlite/src/ext/fts1/fulltext.c DocList *next = docListNew(need_positions ? DL_POSITIONS : DL_DOCIDS); docListNew 1314 third_party/sqlite/src/ext/fts1/fulltext.c p = docListNew(DL_POSITIONS_OFFSETS);