Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c205116 static int fts3SegmentMerge(Fts3Table *, int, int, int);
205167 rc = fts3SegmentMerge(p, iLangid, iIndex, iLevel);
207228 static int fts3SegmentMerge( function
207332 rc = fts3SegmentMerge(p, p->iPrevLangid, i, FTS3_SEGCURSOR_PENDING);
207542 rc = fts3SegmentMerge(p, iLangid, i, FTS3_SEGCURSOR_ALL);