Home
last modified time | relevance | path

Searched refs:sqlite3_backup_pagecount (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_backup.c101 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_backup_pagecount(p))); in backupTestCmd()
H A Dloadext.c347 sqlite3_backup_pagecount,
H A Dbackup.c642 int sqlite3_backup_pagecount(sqlite3_backup *p){ in sqlite3_backup_pagecount() function
H A Dsqlite3ext.h554 #define sqlite3_backup_pagecount sqlite3_api->backup_pagecount macro
H A Dsqlite.h.in9003 ** [[sqlite3_backup_remaining()]] [[sqlite3_backup_pagecount()]]
9004 ** <b>sqlite3_backup_remaining() and sqlite3_backup_pagecount()</b>
9008 ** ^The sqlite3_backup_pagecount() routine returns the total number of pages
9014 ** those changes are not reflected in the output of sqlite3_backup_pagecount()
9044 ** However, the sqlite3_backup_remaining() and sqlite3_backup_pagecount()
9058 int sqlite3_backup_pagecount(sqlite3_backup *p);