HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_backup (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
backup.c 27 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 object is created by
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 5871 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
    [all...]
sqlite3.c 6414 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
55290 struct sqlite3_backup { struct
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 277 ** 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] and the deallocation
295 ** and [sqlite3_backup] objects are also destroyed.
6727 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
    [all...]
sqlite3.c 392 ** statements or unfinished sqlite3_backup objects then sqlite3_close()
397 ** last prepared statement is finalized or the last sqlite3_backup is
404 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
408 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
410 ** and [sqlite3_backup] objects are also destroyed.
6842 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
60091 struct sqlite3_backup { struct
    [all...]
  /external/sqlite/dist/
sqlite3.h 277 ** 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] and the deallocation
295 ** and [sqlite3_backup] objects are also destroyed.
6727 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
    [all...]
sqlite3.c 392 ** statements or unfinished sqlite3_backup objects then sqlite3_close()
397 ** last prepared statement is finalized or the last sqlite3_backup is
404 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
408 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
410 ** and [sqlite3_backup] objects are also destroyed.
6842 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
60111 struct sqlite3_backup { struct
    [all...]

Completed in 1075 milliseconds