Searched refs:sqlite3Fts5DropAll (Results 1 – 3 of 3) sorted by relevance
652 int sqlite3Fts5DropAll(Fts5Config*);
185 int sqlite3Fts5DropAll(Fts5Config *pConfig){ in sqlite3Fts5DropAll() function
338 int rc = sqlite3Fts5DropAll(pTab->pConfig); in fts5DestroyMethod()