Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_backup_init

6296 ** a call to [sqlite3_backup_init()] and is destroyed by a call to
6321 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the
6329 ** successful call to sqlite3_backup_init().
6331 ** <b>sqlite3_backup_init()</b>
6333 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the
6340 ** sqlite3_backup_init(D,N,S,M) identify the [database connection]
6343 ** must be different or else sqlite3_backup_init(D,N,S,M) will file with
6346 ** ^If an error occurs within sqlite3_backup_init(D,N,S,M), then NULL is
6349 ** ^The error code and message for the failed call to sqlite3_backup_init()
6352 ** ^A successful call to sqlite3_backup_init() returns a pointer to an
6462 ** sqlite3_backup_init() is called and before the corresponding call to
6474 ** not just the specific connection that was passed to sqlite3_backup_init().
6483 SQLITE_API sqlite3_backup *sqlite3_backup_init(
53626 SQLITE_API sqlite3_backup *sqlite3_backup_init(
53653 ** call to sqlite3_backup_init() and is destroyed by a call to
54038 ** call to sqlite3_backup_init() and is destroyed by a call to
84815 #define sqlite3_backup_init sqlite3_api->backup_init
85157 sqlite3_backup_init,