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

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c3835 static int flushPendingTerms(fulltext_vtab *v);
3866 rc = flushPendingTerms(v);
6218 static int flushPendingTerms(fulltext_vtab *v){ function
6238 int rc = flushPendingTerms(v);
6307 return flushPendingTerms((fulltext_vtab *)pVtab);
6611 rc = flushPendingTerms(v);

Completed in 60 milliseconds