Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5Int.h652 int sqlite3Fts5DropAll(Fts5Config*);
H A Dfts5_storage.c185 int sqlite3Fts5DropAll(Fts5Config *pConfig){ in sqlite3Fts5DropAll() function
H A Dfts5_main.c338 int rc = sqlite3Fts5DropAll(pTab->pConfig); in fts5DestroyMethod()