Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_backup_init

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