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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h211 int (*backup_finish)(sqlite3_backup*);
212 sqlite3_backup *(*backup_init)(sqlite3*,const char*,sqlite3*,const char*);
213 int (*backup_pagecount)(sqlite3_backup*);
214 int (*backup_remaining)(sqlite3_backup*);
215 int (*backup_step)(sqlite3_backup*,int);
H A Dsqlite3.h277 ** statements or unfinished sqlite3_backup objects then sqlite3_close()
282 ** last prepared statement is finalized or the last sqlite3_backup is
289 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
293 ** [sqlite3_backup] objects then it returns SQLITE_OK but the deallocation
295 ** and [sqlite3_backup] objects are also destroyed.
6537 ** The sqlite3_backup object records state information about an ongoing
6538 ** online backup operation. ^The sqlite3_backup object is created by
6544 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
6597 ** [sqlite3_backup] objec
[all...]
H A Dshell.c1670 sqlite3_backup *pBackup;
2191 sqlite3_backup *pBackup;
H A Dsqlite3.c848 ** statements or unfinished sqlite3_backup objects then sqlite3_close()
853 ** last prepared statement is finalized or the last sqlite3_backup is
860 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
864 ** [sqlite3_backup] objects then it returns SQLITE_OK but the deallocation
866 ** and [sqlite3_backup] objects are also destroyed.
7108 ** The sqlite3_backup object records state information about an ongoing
7109 ** online backup operation. ^The sqlite3_backup object is created by
7115 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
7168 ** [sqlite3_backup] objec
58059 struct sqlite3_backup { struct
[all...]
/freebsd-10.2-release/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-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1211 sqlite3_backup *backup;

Completed in 615 milliseconds