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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3ext.h398 #define sqlite3_backup_init sqlite3_api->backup_init macro
H A Dsqlite3.h6071 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
6097 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
6105 ** successful call to sqlite3_backup_init().
6107 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b>
6109 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
6116 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
6119 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
6122 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
6125 ** ^The error code and message for the failed call to sqlite3_backup_init()
[all...]
H A Dsqlite3.c6624 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
6650 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
6658 ** successful call to sqlite3_backup_init().
6660 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b>
6662 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
6669 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
6672 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
6675 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
6678 ** ^The error code and message for the failed call to sqlite3_backup_init()
56583 SQLITE_API sqlite3_backup *sqlite3_backup_init( function
89290 #define sqlite3_backup_init macro
[all...]

Completed in 319 milliseconds