Searched refs:sqlite3Fts3PendingTermsFlush (Results 1 – 3 of 3) sorted by relevance
496 int sqlite3Fts3PendingTermsFlush(Fts3Table *);
886 int rc = sqlite3Fts3PendingTermsFlush(p); in fts3PendingTermsDocid()3318 int sqlite3Fts3PendingTermsFlush(Fts3Table *p){ in sqlite3Fts3PendingTermsFlush() function3518 rc = sqlite3Fts3PendingTermsFlush(p); in fts3DoOptimize()
3545 rc = sqlite3Fts3PendingTermsFlush(p); in fts3SyncMethod()3889 rc = sqlite3Fts3PendingTermsFlush(p); in fts3RenameMethod()