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

/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 397 milliseconds