Searched refs:sqlite3_backup_init (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/sqlite3/ |
H A D | sqlite3ext.h | 560 #define sqlite3_backup_init sqlite3_api->backup_init macro
|
H A D | sqlite3.h | 9136 ** a call to [sqlite3_backup_init()] and is destroyed by a call to 9162 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the 9170 ** successful call to sqlite3_backup_init(). 9172 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b> 9174 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the 9181 ** sqlite3_backup_init(D,N,S,M) identify the [database connection] 9184 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with 9187 ** ^A call to sqlite3_backup_init() will fail, returning NULL, if 9191 ** ^If an error occurs within sqlite3_backup_init( [all...] |
H A D | shell.c | 17409 sqlite3_backup *pBackup = sqlite3_backup_init(db, "main", db2, "main"); in recoverTransferSettings() 26210 pBackup = sqlite3_backup_init(pDest, "main", p->db, zDb); in do_meta_command() 28050 pBackup = sqlite3_backup_init(p->db, zDb, pSrc, "main"); in do_meta_command()
|
H A D | sqlite3.c | 9449 ** a call to [sqlite3_backup_init()] and is destroyed by a call to 9475 ** <li><b>sqlite3_backup_init()</b> is called once to initialize the 9483 ** successful call to sqlite3_backup_init(). 9485 ** [[sqlite3_backup_init()]] <b>sqlite3_backup_init()</b> 9487 ** ^The D and N arguments to sqlite3_backup_init(D,N,S,M) are the 9494 ** sqlite3_backup_init(D,N,S,M) identify the [database connection] 9497 ** must be different or else sqlite3_backup_init(D,N,S,M) will fail with 9500 ** ^A call to sqlite3_backup_init() will fail, returning NULL, if 9504 ** ^If an error occurs within sqlite3_backup_init( [all...] |
/freebsd-src/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 2097 pBackup = sqlite3_backup_init(pDest, "main", pDb->db, zSrcDb); in DbObjCmd() 3199 pBackup = sqlite3_backup_init(pDb->db, zDestDb, pSrc, "main"); in DbObjCmd()
|