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.h433 #define sqlite3_backup_init sqlite3_api->backup_init macro
H A Dsqlite3.c6837 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
6863 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
6871 ** successful call to sqlite3_backup_init().
6873 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b>
6875 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
6882 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
6885 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
6888 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
6891 ** ^The error code and message for the failed call to sqlite3_backup_init()
60203 SQLITE_API sqlite3_backup *sqlite3_backup_init( function
97404 #define sqlite3_backup_init macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h433 #define sqlite3_backup_init sqlite3_api->backup_init macro
H A Dsqlite3.c6837 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
6863 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
6871 ** successful call to sqlite3_backup_init().
6873 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b>
6875 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
6882 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
6885 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
6888 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
6891 ** ^The error code and message for the failed call to sqlite3_backup_init()
60223 SQLITE_API sqlite3_backup *sqlite3_backup_init( function
97424 #define sqlite3_backup_init macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c6409 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
6435 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
6443 ** successful call to sqlite3_backup_init().
6445 ** <b>sqlite3_backup_init()</b>
6447 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
6454 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
6457 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
6460 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
6463 ** ^The error code and message for the failed call to sqlite3_backup_init()
6466 ** ^A successful call to sqlite3_backup_init() return
55401 SQLITE_API sqlite3_backup *sqlite3_backup_init( function
86877 #define sqlite3_backup_init macro
[all...]

Completed in 4745 milliseconds