Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dsnapshot2.test82 # Simple tests for sqlite3_snapshot_recover().
117 sqlite3_snapshot_recover db main
134 sqlite3_snapshot_recover db main
153 sqlite3_snapshot_recover db main
165 sqlite3_snapshot_recover db main
172 list [catch { sqlite3_snapshot_recover db main } msg] $msg
176 sqlite3_snapshot_recover db main
179 list [catch { sqlite3_snapshot_recover db aux } msg] $msg
188 list [catch { sqlite3_snapshot_recover db aux } msg] $msg
191 list [catch { sqlite3_snapshot_recover db temp } msg] $msg
[all …]
H A Dsnapshot_fault.test163 # Test the handling of faults that occur within sqlite3_snapshot_recover().
177 sqlite3_snapshot_recover db main
185 sqlite3_snapshot_recover db main
190 # The following test cases contrive to call sqlite3_snapshot_recover()
219 sqlite3_snapshot_recover db main
/sqlite-3.40.0/src/
H A Dmain.c4801 int sqlite3_snapshot_recover(sqlite3 *db, const char *zDb){ in sqlite3_snapshot_recover() function
H A Dtest1.c2380 rc = sqlite3_snapshot_recover(db, zName); in test_snapshot_recover()
H A Dsqlite.h.in10328 SQLITE_EXPERIMENTAL int sqlite3_snapshot_recover(sqlite3 *db, const char *zDb);