Searched refs:docListAddDocid (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 538 docListAddDocid(&out, iDocid); in docListRestrictColumn() 568 docListAddDocid(&out, iDocid); in docListDiscardEmpty() 702 docListAddDocid(pOut, iDocid); in mergePosList() 783 docListAddDocid(pOut, docidLeft); in docListAndMerge() 811 docListAddDocid(pOut, docidLeft); in docListOrMerge() 813 docListAddDocid(pOut, docidRight); in docListOrMerge() 824 docListAddDocid(pOut, docidLeft); in docListOrMerge() 828 docListAddDocid(pOut, docidRight); in docListOrMerge() 857 docListAddDocid(pOut, docidLeft); in docListExceptMerge() 867 docListAddDocid(pOut, docidLeft); in docListExceptMerge() [all …]
|
| H A D | fulltext.c | 184 static void docListAddDocid(DocList *d, sqlite_int64 iDocid){ in docListAddDocid() function 403 docListAddDocid(m->pOut, iDocid); in mergePosList() 444 docListAddDocid(m->pOut, iDocid); in mergeBlock() 1327 docListAddDocid(p, iDocid); in build_terms()
|