Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c242103 static int sqlite3Fts5StorageIntegrity(Fts5Storage *p, int iArg);
261437 rc = sqlite3Fts5StorageIntegrity(pTab->pStorage, iArg);
263371 rc = sqlite3Fts5StorageIntegrity(pTab->pStorage, 0);
264749 static int sqlite3Fts5StorageIntegrity(Fts5Storage *p, int iArg){ function