OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_backup_pagecount
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
561
#define
sqlite3_backup_pagecount
sqlite3_api->backup_pagecount
macro
sqlite3.h
9258
** [[sqlite3_backup_remaining()]] [[
sqlite3_backup_pagecount
()]]
9259
** <b>sqlite3_backup_remaining() and
sqlite3_backup_pagecount
()</b>
9263
** ^The
sqlite3_backup_pagecount
() routine returns the total number of pages
9269
** those changes are not reflected in the output of
sqlite3_backup_pagecount
()
9299
** However, the sqlite3_backup_remaining() and
sqlite3_backup_pagecount
()
9313
SQLITE_API int
sqlite3_backup_pagecount
(sqlite3_backup *p);
sqlite3.c
9571
** [[sqlite3_backup_remaining()]] [[
sqlite3_backup_pagecount
()]]
9572
** <b>sqlite3_backup_remaining() and
sqlite3_backup_pagecount
()</b>
9576
** ^The
sqlite3_backup_pagecount
() routine returns the total number of pages
9582
** those changes are not reflected in the output of
sqlite3_backup_pagecount
()
9612
** However, the sqlite3_backup_remaining() and
sqlite3_backup_pagecount
()
9626
SQLITE_API int
sqlite3_backup_pagecount
(sqlite3_backup *p);
82211
SQLITE_API int
sqlite3_backup_pagecount
(sqlite3_backup *p){
function
136033
#define
sqlite3_backup_pagecount
macro
[
all
...]
Completed in 107 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026