Searched refs:docListAddPos (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 190 static void docListAddPos(DocList *d, int iPos){ in docListAddPos() function 199 docListAddPos(d, iPos); in docListAddPosOffset() 407 docListAddPos(m->pOut, in_pos); in mergePosList() 450 docListAddPos(m->pOut, pos); in mergeBlock()
|
| H A D | fts1.c | 322 static void docListAddPos(DocList *d, int iColumn, int iPos){ in docListAddPos() function 541 docListAddPos(&out, iColumn, iPos); in docListRestrictColumn() 571 docListAddPos(&out, iColumn, iPos); in docListDiscardEmpty() 706 docListAddPos(pOut, iRightCol, iRightPos); in mergePosList()
|