Home
last modified time | relevance | path

Searched refs:sqlite3_backup_remaining (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_backup.c97 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_backup_remaining(p))); in backupTestCmd()
H A Dloadext.c348 sqlite3_backup_remaining,
H A Dbackup.c628 int sqlite3_backup_remaining(sqlite3_backup *p){ in sqlite3_backup_remaining() function
H A Dsqlite3ext.h555 #define sqlite3_backup_remaining sqlite3_api->backup_remaining macro
H A Dsqlite.h.in9003 ** [[sqlite3_backup_remaining()]] [[sqlite3_backup_pagecount()]]
9004 ** <b>sqlite3_backup_remaining() and sqlite3_backup_pagecount()</b>
9006 ** ^The sqlite3_backup_remaining() routine returns the number of pages still
9015 ** and sqlite3_backup_remaining() until after the next
9044 ** However, the sqlite3_backup_remaining() and sqlite3_backup_pagecount()
9057 int sqlite3_backup_remaining(sqlite3_backup *p);
/sqlite-3.40.0/test/
H A Dbackup.test644 # Test the sqlite3_backup_remaining() and backup_pagecount() APIs.