Searched refs:backup_finish (Results 1 – 2 of 2) sorted by relevance
87 # 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 database116 # backup_finish().124 # * If the backup succeeds (backup_finish() returns SQLITE_OK), then128 # * If the backup fails (backup_finish() returns other than SQLITE_OK),
209 int (*backup_finish)(sqlite3_backup*); member552 #define sqlite3_backup_finish sqlite3_api->backup_finish