Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dbackup_ioerr.test87 # concluded with a call to backup_finish().
94 # backup_finish() the destination database handle error code and
97 # * the call to backup_finish() returns an SQLITE_IOERR_XXX error code.
99 # * following the call to backup_finish(), the destination database
116 # backup_finish().
124 # * If the backup succeeds (backup_finish() returns SQLITE_OK), then
128 # * If the backup fails (backup_finish() returns other than SQLITE_OK),
/sqlite-3.40.0/src/
H A Dsqlite3ext.h209 int (*backup_finish)(sqlite3_backup*); member
552 #define sqlite3_backup_finish sqlite3_api->backup_finish