Searched refs:DL_DEFAULT (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 370 #ifndef DL_DEFAULT 371 # define DL_DEFAULT DL_POSITIONS macro 1367 dlrInit(&left, DL_DEFAULT, pLeft, nLeft); in docListUnion() 1369 dlwInit(&writer, DL_DEFAULT, pOut); in docListUnion() 3921 p = dlcNew(iDocid, DL_DEFAULT); in buildTerms() 4784 ASSERT_VALID_DOCLIST(DL_DEFAULT, in leafWriterStepMerge() 5240 dlrInit(&dlReaders[i], DL_DEFAULT, in leavesReadersMerge() 6114 docListTrim(DL_DEFAULT, in optimizeInternal() 6117 -1, DL_DEFAULT, &merged); in optimizeInternal() 6125 dlrInit(&dlReaders[0], DL_DEFAULT, in optimizeInternal() [all …]
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 230 #ifndef DL_DEFAULT 231 # define DL_DEFAULT DL_POSITIONS macro 1370 docListInit(out, DL_DEFAULT, in term_select() 1405 docListInit(&doclist, DL_DEFAULT, 0, 0); in term_select_all() 1417 docListInit(&old, DL_DEFAULT, in term_select_all() 2997 p = docListNew(DL_DEFAULT); in buildTerms() 3024 docListInit(&doclist, DL_DEFAULT, 0, 0); in index_insert_term()
|