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

/external/sqlite/dist/orig/
H A Dsqlite3.h296 ** statements or unfinished sqlite3_backup objects then sqlite3_close()
301 ** last prepared statement is finalized or the last sqlite3_backup is
308 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
312 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
314 ** and [sqlite3_backup] objects are also destroyed.
7365 ** The sqlite3_backup object records state information about an ongoing
7366 ** online backup operation. ^The sqlite3_backup object is created by
7372 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
7429 ** [sqlite3_backup] objec
[all...]
H A Dsqlite3.c573 ** statements or unfinished sqlite3_backup objects then sqlite3_close()
578 ** last prepared statement is finalized or the last sqlite3_backup is
585 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
589 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
591 ** and [sqlite3_backup] objects are also destroyed.
7642 ** The sqlite3_backup object records state information about an ongoing
7643 ** online backup operation. ^The sqlite3_backup object is created by
7649 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
7706 ** [sqlite3_backup] objec
68839 struct sqlite3_backup { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h296 ** statements or unfinished sqlite3_backup objects then sqlite3_close()
301 ** last prepared statement is finalized or the last sqlite3_backup is
308 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
312 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
314 ** and [sqlite3_backup] objects are also destroyed.
7365 ** The sqlite3_backup object records state information about an ongoing
7366 ** online backup operation. ^The sqlite3_backup object is created by
7372 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
7429 ** [sqlite3_backup] objec
[all...]
H A Dsqlite3.c573 ** statements or unfinished sqlite3_backup objects then sqlite3_close()
578 ** last prepared statement is finalized or the last sqlite3_backup is
585 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
589 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
591 ** and [sqlite3_backup] objects are also destroyed.
7642 ** The sqlite3_backup object records state information about an ongoing
7643 ** online backup operation. ^The sqlite3_backup object is created by
7649 typedef struct sqlite3_backup sqlite3_backup; typedef in typeref:struct:sqlite3_backup
7706 ** [sqlite3_backup] objec
68839 struct sqlite3_backup { struct
[all...]

Completed in 459 milliseconds