Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts2/
H A Dfts2.c3635 static int flushPendingTerms(fulltext_vtab *v);
3666 rc = flushPendingTerms(v); in fulltextQuery()
5840 static int flushPendingTerms(fulltext_vtab *v){ in flushPendingTerms() function
5860 int rc = flushPendingTerms(v); in initPendingTerms()
5929 return flushPendingTerms((fulltext_vtab *)pVtab); in fulltextSync()
6212 rc = flushPendingTerms(v); in optimizeFunc()