Searched refs:sqlite3_backup (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile57 sqlite3_backup.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h209 int (*backup_finish)(sqlite3_backup*);
210 sqlite3_backup *(*backup_init)(sqlite3*,const char*,sqlite3*,const char*);
211 int (*backup_pagecount)(sqlite3_backup*);
212 int (*backup_remaining)(sqlite3_backup*);
213 int (*backup_step)(sqlite3_backup*,int);
H A Dsqlite3.h327 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
330 ** statements, BLOB handlers, and/or unfinished sqlite3_backup objects then
9109 ** The sqlite3_backup object records state information about an ongoing
9110 ** online backup operation. ^The sqlite3_backup object is created by
9116 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
9173 ** [sqlite3_backup] object.
9174 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
9181 ** the source and destination databases specified by [sqlite3_backup] object B.
9239 ** should destroy the [sqlite3_backup] b
[all...]
H A Dsqlite3.c640 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
643 ** statements, BLOB handlers, and/or unfinished sqlite3_backup objects then
9422 ** The sqlite3_backup object records state information about an ongoing
9423 ** online backup operation. ^The sqlite3_backup object is created by
9429 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
9486 ** [sqlite3_backup] object.
9487 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
9494 ** the source and destination databases specified by [sqlite3_backup] object B.
9552 ** should destroy the [sqlite3_backup] b
81593 struct sqlite3_backup { struct
[all...]
H A Dshell.c16146 sqlite3_backup *pBackup = sqlite3_backup_init(db, "main", db2, "main");
24827 sqlite3_backup *pBackup;
26658 sqlite3_backup *pBackup;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1783 struct sqlite3_backup;
1788 sqlite3_backup *sqlite3_backup_init(
1795 int sqlite3_backup_step(sqlite3_backup *p, int nPage);
1797 int sqlite3_backup_finish(sqlite3_backup *p);
1799 int sqlite3_backup_remaining(sqlite3_backup *p);
1801 int sqlite3_backup_pagecount(sqlite3_backup *p);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2077 sqlite3_backup *pBackup;
3178 sqlite3_backup *pBackup;

Completed in 546 milliseconds