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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbackup.c138 sqlite3_backup *sqlite3_backup_init( function
165 ** call to sqlite3_backup_init() and is destroyed by a call to
580 ** call to sqlite3_backup_init() and is destroyed by a call to
H A Dsqlite3ext.h395 #define sqlite3_backup_init sqlite3_api->backup_init macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h419 #define sqlite3_backup_init sqlite3_api->backup_init macro
H A Dsqlite3.c6862 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
6888 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
6896 ** successful call to sqlite3_backup_init().
6898 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b>
6900 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
6907 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
6910 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
6913 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
6916 ** ^The error code and message for the failed call to sqlite3_backup_init()
57772 SQLITE_API sqlite3_backup *sqlite3_backup_init( function
91392 #define sqlite3_backup_init macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h419 #define sqlite3_backup_init sqlite3_api->backup_init macro
H A Dsqlite3.c6862 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
6888 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
6896 ** successful call to sqlite3_backup_init().
6898 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b>
6900 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
6907 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
6910 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
6913 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
6916 ** ^The error code and message for the failed call to sqlite3_backup_init()
57800 SQLITE_API sqlite3_backup *sqlite3_backup_init( function
91428 #define sqlite3_backup_init macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c6424 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
6450 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
6458 ** successful call to sqlite3_backup_init().
6460 ** <b>sqlite3_backup_init()</b>
6462 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
6469 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
6472 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
6475 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
6478 ** ^The error code and message for the failed call to sqlite3_backup_init()
6481 ** ^A successful call to sqlite3_backup_init() return
55580 SQLITE_API sqlite3_backup *sqlite3_backup_init( function
87084 #define sqlite3_backup_init macro
[all...]

Completed in 339 milliseconds