Lines Matching refs:sqlite3_backup_init
9136 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
9162 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
9170 ** successful call to sqlite3_backup_init().
9172 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b>
9174 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
9181 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
9184 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
9187 ** ^A call to sqlite3_backup_init() will fail, returning NULL, if
9191 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
9194 ** ^The error code and message for the failed call to sqlite3_backup_init()
9197 ** ^A successful call to sqlite3_backup_init() returns a pointer to an
9308 ** sqlite3_backup_init() is called and before the corresponding call to
9320 ** not just the specific connection that was passed to sqlite3_backup_init().
9329 SQLITE_API sqlite3_backup *sqlite3_backup_init(