Searched refs:sqlite3_backup_step (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h401 #define sqlite3_backup_step sqlite3_api->backup_step macro
H A Dsqlite3.h6099 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
6130 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6134 ** [[sqlite3_backup_step()]] <b>sqlite3_backup_step()</b>
6136 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
6139 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
6141 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
6143 ** ^If an error occurs while running sqlite3_backup_step(B,N),
6145 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6149 ** ^(The sqlite3_backup_step() migh
[all...]
H A Dsqlite3.c6652 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
6683 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6687 ** [[sqlite3_backup_step()]] <b>sqlite3_backup_step()</b>
6689 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
6692 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
6694 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
6696 ** ^If an error occurs while running sqlite3_backup_step(B,N),
6698 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6702 ** ^(The sqlite3_backup_step() migh
56771 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
89293 #define sqlite3_backup_step macro
[all...]

Completed in 392 milliseconds