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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h194 int (*backup_finish)(sqlite3_backup*);
195 sqlite3_backup *(*backup_init)(sqlite3*,const char*,sqlite3*,const char*);
196 int (*backup_pagecount)(sqlite3_backup*);
197 int (*backup_remaining)(sqlite3_backup*);
198 int (*backup_step)(sqlite3_backup*,int);
H A Dsqlite3.h6069 ** The sqlite3_backup object records state information about an ongoing
6070 ** online backup operation. ^The sqlite3_backup object is created by
6076 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
6129 ** [sqlite3_backup] object.
6130 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6137 ** the source and destination databases specified by [sqlite3_backup] object B.
6195 ** should destroy the [sqlite3_backup] by passing it to sqlite3_backup_finish().
6197 ** resources associated with the [sqlite3_backup] object.
6200 ** The [sqlite3_backup] objec
[all...]
H A Dsqlite3.c6622 ** The sqlite3_backup object records state information about an ongoing
6623 ** online backup operation. ^The sqlite3_backup object is created by
6629 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
6682 ** [sqlite3_backup] object.
6683 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6690 ** the source and destination databases specified by [sqlite3_backup] object B.
6748 ** should destroy the [sqlite3_backup] by passing it to sqlite3_backup_finish().
6750 ** resources associated with the [sqlite3_backup] object.
6753 ** The [sqlite3_backup] objec
56472 struct sqlite3_backup { struct
[all...]
/freebsd-11-stable/contrib/sqlite3/
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.h304 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
307 ** statements, BLOB handlers, and/or unfinished sqlite3_backup objects then
8551 ** The sqlite3_backup object records state information about an ongoing
8552 ** online backup operation. ^The sqlite3_backup object is created by
8558 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
8615 ** [sqlite3_backup] object.
8616 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
8623 ** the source and destination databases specified by [sqlite3_backup] object B.
8681 ** should destroy the [sqlite3_backup] b
[all...]
H A Dsqlite3.c1367 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
1370 ** statements, BLOB handlers, and/or unfinished sqlite3_backup objects then
9614 ** The sqlite3_backup object records state information about an ongoing
9615 ** online backup operation. ^The sqlite3_backup object is created by
9621 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
9678 ** [sqlite3_backup] object.
9679 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
9686 ** the source and destination databases specified by [sqlite3_backup] object B.
9744 ** should destroy the [sqlite3_backup] b
75716 struct sqlite3_backup { struct
[all...]
H A Dshell.c17617 sqlite3_backup *pBackup;
19228 sqlite3_backup *pBackup;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1474 sqlite3_backup *backup;
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2033 sqlite3_backup *pBackup;
3118 sqlite3_backup *pBackup;

Completed in 1174 milliseconds