Searched refs:sqlite3_backup_step (Results 1 – 5 of 5) sorted by relevance
| /freebsd-src/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 563 #define sqlite3_backup_step sqlite3_api->backup_step macro
|
| H A D | sqlite3.h | 9164 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer 9199 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and 9203 ** [[sqlite3_backup_step()]] <b>sqlite3_backup_step()</b> 9205 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between 9208 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there 9210 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages 9212 ** ^If an error occurs while running sqlite3_backup_step(B,N), 9214 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY], 9218 ** ^(The sqlite3_backup_step() migh [all...] |
| H A D | shell.c | 17411 sqlite3_backup_step(pBackup, -1); in recoverTransferSettings() 26216 while( (rc = sqlite3_backup_step(pBackup,100))==SQLITE_OK ){} in do_meta_command() 28056 while( (rc = sqlite3_backup_step(pBackup,100))==SQLITE_OK in do_meta_command()
|
| H A D | sqlite3.c | 9477 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer 9512 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and 9516 ** [[sqlite3_backup_step()]] <b>sqlite3_backup_step()</b> 9518 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between 9521 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there 9523 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages 9525 ** ^If an error occurs while running sqlite3_backup_step(B,N), 9527 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY], 9531 ** ^(The sqlite3_backup_step() migh [all...] |
| /freebsd-src/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 2104 while( (rc = sqlite3_backup_step(pBackup,100))==SQLITE_OK ){} in DbObjCmd() 3206 while( (rc = sqlite3_backup_step(pBackup,100))==SQLITE_OK in DbObjCmd()
|