| [ |
| { |
| "function_name": "backupOnePage", |
| "function_signature": "static int backupOnePage(\n sqlite3_backup *p, /* Backup handle */\n Pgno iSrcPg, /* Source database page to backup */\n const u8 *zSrcData, /* Source database page data */\n int bUpdate /* True for an update, false otherwise */\n)", |
| "test_filename": "tests_backup_backupOnePage.c" |
| }, |
| { |
| "function_name": "sqlite3_backup_step", |
| "function_signature": "int sqlite3_backup_step(sqlite3_backup *p, int nPage)", |
| "test_filename": "tests_backup_sqlite3_backup_step.c" |
| }, |
| { |
| "function_name": "sqlite3_backup_finish", |
| "function_signature": "int sqlite3_backup_finish(sqlite3_backup *p)", |
| "test_filename": "tests_backup_sqlite3_backup_finish.c" |
| }, |
| { |
| "function_name": "backupUpdate", |
| "function_signature": "static SQLITE_NOINLINE void backupUpdate(\n sqlite3_backup *p,\n Pgno iPage,\n const u8 *aData\n)", |
| "test_filename": "tests_backup_backupUpdate.c" |
| }, |
| { |
| "function_name": "sqlite3BtreeCopyFile", |
| "function_signature": "int sqlite3BtreeCopyFile(Btree *pTo, Btree *pFrom)", |
| "test_filename": "tests_backup_sqlite3BtreeCopyFile.c" |
| } |
| ] |