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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbackup.c27 struct sqlite3_backup { struct
46 sqlite3_backup *pNext; /* Next backup associated with source pager */
52 ** Once it has been created using backup_init(), a single sqlite3_backup
124 static int setDestPgsz(sqlite3_backup *p){
131 ** Create an sqlite3_backup process to copy the contents of zSrcDb from
133 ** a pointer to the new sqlite3_backup object.
138 sqlite3_backup *sqlite3_backup_init(
144 sqlite3_backup *p; /* Value to return */
163 /* Allocate space for a new sqlite3_backup object...
164 ** EVIDENCE-OF: R-64852-21591 The sqlite3_backup objec
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h5879 ** The sqlite3_backup object records state information about an ongoing
5880 ** online backup operation. ^The sqlite3_backup object is created by
5886 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
5939 ** [sqlite3_backup] object.
5940 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
5947 ** the source and destination databases specified by [sqlite3_backup] object B.
6005 ** should destroy the [sqlite3_backup] by passing it to sqlite3_backup_finish().
6007 ** resources associated with the [sqlite3_backup] object.
6010 ** The [sqlite3_backup] objec
[all...]
H A Dsqlite3.c6422 ** The sqlite3_backup object records state information about an ongoing
6423 ** online backup operation. ^The sqlite3_backup object is created by
6429 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
6482 ** [sqlite3_backup] object.
6483 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6490 ** the source and destination databases specified by [sqlite3_backup] object B.
6548 ** should destroy the [sqlite3_backup] by passing it to sqlite3_backup_finish().
6550 ** resources associated with the [sqlite3_backup] object.
6553 ** The [sqlite3_backup] objec
55469 struct sqlite3_backup { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h6310 ** The sqlite3_backup object records state information about an ongoing
6311 ** online backup operation. ^The sqlite3_backup object is created by
6317 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
6370 ** [sqlite3_backup] object.
6371 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6378 ** the source and destination databases specified by [sqlite3_backup] object B.
6436 ** should destroy the [sqlite3_backup] by passing it to sqlite3_backup_finish().
6438 ** resources associated with the [sqlite3_backup] object.
6441 ** The [sqlite3_backup] objec
[all...]
H A Dsqlite3.c6860 ** The sqlite3_backup object records state information about an ongoing
6861 ** online backup operation. ^The sqlite3_backup object is created by
6867 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
6920 ** [sqlite3_backup] object.
6921 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6928 ** the source and destination databases specified by [sqlite3_backup] object B.
6986 ** should destroy the [sqlite3_backup] by passing it to sqlite3_backup_finish().
6988 ** resources associated with the [sqlite3_backup] object.
6991 ** The [sqlite3_backup] objec
57661 struct sqlite3_backup { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6310 ** The sqlite3_backup object records state information about an ongoing
6311 ** online backup operation. ^The sqlite3_backup object is created by
6317 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
6370 ** [sqlite3_backup] object.
6371 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6378 ** the source and destination databases specified by [sqlite3_backup] object B.
6436 ** should destroy the [sqlite3_backup] by passing it to sqlite3_backup_finish().
6438 ** resources associated with the [sqlite3_backup] object.
6441 ** The [sqlite3_backup] objec
[all...]
H A Dsqlite3.c6860 ** The sqlite3_backup object records state information about an ongoing
6861 ** online backup operation. ^The sqlite3_backup object is created by
6867 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
6920 ** [sqlite3_backup] object.
6921 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6928 ** the source and destination databases specified by [sqlite3_backup] object B.
6986 ** should destroy the [sqlite3_backup] by passing it to sqlite3_backup_finish().
6988 ** resources associated with the [sqlite3_backup] object.
6991 ** The [sqlite3_backup] objec
57689 struct sqlite3_backup { struct
[all...]

Completed in 773 milliseconds