Home
last modified time | relevance | path

Searched refs:segmentMerge (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/test/
H A Dfts2e.test24 # DELETE statements, so that we'll test both the segmentMerge() merge
H A Dfts1e.test24 # DELETE statements, so that we'll test both the segmentMerge() merge
H A Dfts1f.test25 # segmentMerge() merge (over the first 16) and the termSelect() merge
H A Dfts3ae.test24 # DELETE statements, so that we'll test both the segmentMerge() merge
H A Dfts2f.test25 # segmentMerge() merge (over the first 16) and the termSelect() merge
H A Dfts3af.test25 # segmentMerge() merge (over the first 16) and the termSelect() merge
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c5249 static int segmentMerge(fulltext_vtab *v, int iLevel);
5261 rc = segmentMerge(v, iLevel); in segdirNextIndex()
5277 static int segmentMerge(fulltext_vtab *v, int iLevel){ in segmentMerge() function