Lines Matching full:sqlite3_backup_init
7138 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
7164 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
7172 ** successful call to sqlite3_backup_init().
7174 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b>
7176 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
7183 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
7186 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
7189 ** ^A call to sqlite3_backup_init() will fail, returning SQLITE_ERROR, if
7193 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
7196 ** ^The error code and message for the failed call to sqlite3_backup_init()
7199 ** ^A successful call to sqlite3_backup_init() returns a pointer to an
7310 ** sqlite3_backup_init() is called and before the corresponding call to
7322 ** not just the specific connection that was passed to sqlite3_backup_init().
7331 SQLITE_API sqlite3_backup *SQLITE_STDCALL sqlite3_backup_init(
62463 SQLITE_API sqlite3_backup *SQLITE_STDCALL sqlite3_backup_init(
62497 ** call to sqlite3_backup_init() and is destroyed by a call to
62956 ** call to sqlite3_backup_init() and is destroyed by a call to
102323 #define sqlite3_backup_init sqlite3_api->backup_init
102715 sqlite3_backup_init,