Lines Matching refs:sqlite3_backup_init
8856 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
8882 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
8890 ** successful call to sqlite3_backup_init().
8892 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b>
8894 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
8901 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
8904 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
8907 ** ^A call to sqlite3_backup_init() will fail, returning NULL, if
8911 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
8914 ** ^The error code and message for the failed call to sqlite3_backup_init()
8917 ** ^A successful call to sqlite3_backup_init() returns a pointer to an
9028 ** sqlite3_backup_init() is called and before the corresponding call to
9040 ** not just the specific connection that was passed to sqlite3_backup_init().
9049 sqlite3_backup *sqlite3_backup_init(