Searched defs:sqlite3_backup_step (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h422 #define sqlite3_backup_step sqlite3_api->backup_step macro
H A Dsqlite3.c6890 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
6921 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6925 ** [[sqlite3_backup_step()]] <b>sqlite3_backup_step()</b>
6927 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
6930 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
6932 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
6934 ** ^If an error occurs while running sqlite3_backup_step(B,N),
6936 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6940 ** ^(The sqlite3_backup_step() migh
57960 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
91395 #define sqlite3_backup_step macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h422 #define sqlite3_backup_step sqlite3_api->backup_step macro
H A Dsqlite3.c6890 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
6921 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6925 ** [[sqlite3_backup_step()]] <b>sqlite3_backup_step()</b>
6927 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
6930 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
6932 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
6934 ** ^If an error occurs while running sqlite3_backup_step(B,N),
6936 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6940 ** ^(The sqlite3_backup_step() migh
57971 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
91406 #define sqlite3_backup_step macro
[all...]

Completed in 271 milliseconds