Home | History | Annotate | Download | only in orig

Lines Matching full:sqlite3_backup_init

6931 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
6957 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
6965 ** successful call to sqlite3_backup_init().
6967 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b>
6969 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
6976 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
6979 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
6982 ** ^A call to sqlite3_backup_init() will fail, returning SQLITE_ERROR, if
6986 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
6989 ** ^The error code and message for the failed call to sqlite3_backup_init()
6992 ** ^A successful call to sqlite3_backup_init() returns a pointer to an
7103 ** sqlite3_backup_init() is called and before the corresponding call to
7115 ** not just the specific connection that was passed to sqlite3_backup_init().
7124 SQLITE_API sqlite3_backup *SQLITE_STDCALL sqlite3_backup_init(