/external/chromium_org/third_party/sqlite/src/src/ |
test_backup.c | 31 BACKUP_STEP, BACKUP_FINISH, BACKUP_REMAINING, BACKUP_PAGECOUNT 39 {"step", BACKUP_STEP , 1, "npage" }, 77 case BACKUP_STEP: {
|
sqlite3ext.h | 198 int (*backup_step)(sqlite3_backup*,int); member in struct:sqlite3_api_routines 398 #define sqlite3_backup_step sqlite3_api->backup_step
|
backup.c | 39 /* These two variables are set by every call to backup_step(). They are 55 ** * Via the sqlite3_backup_XXX() API function backup_step() and 68 ** while some other thread is calling backup_step() or backup_finish(),
|
/external/chromium_org/third_party/sqlite/src/test/ |
backup_ioerr.test | 91 # * 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()
|
backup.test | 41 # backup-9.*: Test that passing a negative argument to backup_step() is
|
/external/sqlite/dist/orig/ |
sqlite3ext.h | 215 int (*backup_step)(sqlite3_backup*,int); member in struct:sqlite3_api_routines 436 #define sqlite3_backup_step sqlite3_api->backup_step
|
/external/sqlite/dist/ |
sqlite3ext.h | 215 int (*backup_step)(sqlite3_backup*,int); member in struct:sqlite3_api_routines 436 #define sqlite3_backup_step sqlite3_api->backup_step
|