Searched refs:sqlite3_backup_init (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h419 #define sqlite3_backup_init sqlite3_api->backup_init macro
H A Dsqlite3.h6263 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
6289 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
6297 ** successful call to sqlite3_backup_init().
6299 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b>
6301 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
6308 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
6311 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
6314 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
6317 ** ^The error code and message for the failed call to sqlite3_backup_init()
[all...]
H A Dsqlite3.c6813 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
6839 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
6847 ** successful call to sqlite3_backup_init().
6849 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b>
6851 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
6858 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
6861 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
6864 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
6867 ** ^The error code and message for the failed call to sqlite3_backup_init()
57636 SQLITE_API sqlite3_backup *sqlite3_backup_init( function
91266 #define sqlite3_backup_init macro
[all...]

Completed in 379 milliseconds