Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_backup_init

8664 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
8690 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
8698 ** successful call to sqlite3_backup_init().
8700 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b>
8702 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
8709 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
8712 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with
8715 ** ^A call to sqlite3_backup_init() will fail, returning NULL, if
8719 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
8722 ** ^The error code and message for the failed call to sqlite3_backup_init()
8725 ** ^A successful call to sqlite3_backup_init() returns a pointer to an
8836 ** sqlite3_backup_init() is called and before the corresponding call to
8848 ** not just the specific connection that was passed to sqlite3_backup_init().
8857 SQLITE_API sqlite3_backup *sqlite3_backup_init(
70544 SQLITE_API sqlite3_backup *sqlite3_backup_init(
70578 ** call to sqlite3_backup_init() and is destroyed by a call to
71045 ** call to sqlite3_backup_init() and is destroyed by a call to
113770 #define sqlite3_backup_init sqlite3_api->backup_init
114195 sqlite3_backup_init,