Home
last modified time | relevance | path

Searched refs:docListAndMerge (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/test/
H A Dfts2g.test63 # Empty left in docListAndMerge().
68 # Empty right in docListAndMerge().
H A Dfts3ag.test63 # Empty left in docListAndMerge().
68 # Empty right in docListAndMerge().
/sqlite-3.40.0/ext/fts1/
H A Dfts1.c762 static void docListAndMerge( in docListAndMerge() function
2824 docListAndMerge(pLeft, pRight, pNew); in fulltextQuery()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c1496 static void docListAndMerge( in docListAndMerge() function
3717 docListAndMerge(left.pData, left.nData, right.pData, right.nData, &new); in fulltextQuery()