Searched refs:readerInit (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 485 readerInit(&r, d); in firstDocid() 499 readerInit(&r, p); in printDoclist() 531 readerInit(&r, in); in docListRestrictColumn() 559 readerInit(&r, in); in docListDiscardEmpty() 629 readerInit(&reader, d); in docListUpdate() 738 readerInit(&left, pLeft); in docListPhraseMerge() 739 readerInit(&right, pRight); in docListPhraseMerge() 772 readerInit(&left, pLeft); in docListAndMerge() 773 readerInit(&right, pRight); in docListAndMerge() 804 readerInit(&left, pLeft); in docListOrMerge() [all …]
|
| H A D | fulltext.c | 216 static void readerInit(DocListReader *r, DocList *pDoclist){ in readerInit() function 285 readerInit(&r, d); in firstDocid() 302 readerInit(&reader, d); in docListUpdate() 340 readerInit(&reader, d); in docListSplit() 382 readerInit(&m->in, pIn); in mergeInit() 426 readerInit(&blockReader, pBlock); in mergeBlock() 1260 readerInit(&c->result, pResult); in fulltextFilter()
|