Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dmisc7.test491 # sqlite3_global_recover() is a no-op. But we might as well test it
495 sqlite3_global_recover
/sqlite-3.40.0/src/
H A Dsqlite3ext.h455 #define sqlite3_global_recover sqlite3_api->global_recover macro
H A Dmain.c3686 int sqlite3_global_recover(void){ in sqlite3_global_recover() function
H A Dtest1.c5396 rc = sqlite3_global_recover(); in test_global_recover()
H A Dsqlite.h.in5460 SQLITE_DEPRECATED int sqlite3_global_recover(void);