Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dbackup_ioerr.test91 # * the call to backup_step() returns an SQLITE_IOERR_XXX error code.
93 # * after the failed call to backup_step() but before the call to
111 # from the next call to backup_step() (in step 5 of this test
207 # No IO error was encountered during step 3. Check that backup_step()
H A Dbackup.test41 # backup-9.*: Test that passing a negative argument to backup_step() is
/sqlite-3.40.0/src/
H A Dsqlite3ext.h213 int (*backup_step)(sqlite3_backup*,int); member
556 #define sqlite3_backup_step sqlite3_api->backup_step