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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h5320 ** The sqlite3_backup object records state information about an ongoing
5321 ** online backup operation. ^The sqlite3_backup object is created by
5327 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
5380 ** [sqlite3_backup] object.
5381 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
5388 ** the source and destination databases specified by [sqlite3_backup] object B.
5442 ** should destroy the [sqlite3_backup] by passing it to sqlite3_backup_finish().
5444 ** resources associated with the [sqlite3_backup] object.
5447 ** The [sqlite3_backup] objec
[all...]
H A Dsqlite3.c5844 ** The sqlite3_backup object records state information about an ongoing
5845 ** online backup operation. ^The sqlite3_backup object is created by
5851 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
5904 ** [sqlite3_backup] object.
5905 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
5912 ** the source and destination databases specified by [sqlite3_backup] object B.
5966 ** should destroy the [sqlite3_backup] by passing it to sqlite3_backup_finish().
5968 ** resources associated with the [sqlite3_backup] object.
5971 ** The [sqlite3_backup] objec
45440 struct sqlite3_backup { struct
[all...]

Completed in 304 milliseconds