Home | History | Annotate | Download | only in dist

Lines Matching full:sqlite3_backup_init

5756 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
5781 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
5789 ** successful call to sqlite3_backup_init().
5791 ** <b>sqlite3_backup_init()</b>
5793 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
5800 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
5803 ** must be different or else sqlite3_backup_init(D,N,S,M) will file with
5806 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
5809 ** ^The error code and message for the failed call to sqlite3_backup_init()
5812 ** ^A successful call to sqlite3_backup_init() returns a pointer to an
5922 ** sqlite3_backup_init() is called and before the corresponding call to
5934 ** not just the specific connection that was passed to sqlite3_backup_init().
5943 SQLITE_API sqlite3_backup *sqlite3_backup_init(