Searched refs:dlrInit (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 1121 dlrInit(&dlReader, iType, pData, nData); in docListTrim() 1367 dlrInit(&left, DL_DEFAULT, pLeft, nLeft); in docListUnion() 1471 dlrInit(&left, DL_POSITIONS, pLeft, nLeft); in docListPhraseMerge() 1506 dlrInit(&left, DL_DOCIDS, pLeft, nLeft); in docListAndMerge() 1507 dlrInit(&right, DL_DOCIDS, pRight, nRight); in docListAndMerge() 1548 dlrInit(&left, DL_DOCIDS, pLeft, nLeft); in docListOrMerge() 1549 dlrInit(&right, DL_DOCIDS, pRight, nRight); in docListOrMerge() 1595 dlrInit(&left, DL_DOCIDS, pLeft, nLeft); in docListExceptMerge() 1596 dlrInit(&right, DL_DOCIDS, pRight, nRight); in docListExceptMerge() 5240 dlrInit(&dlReaders[i], DL_DEFAULT, in leavesReadersMerge() [all …]
|