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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbackup.c148 ** sqlite3_backup_step(). The user is required to ensure that no
326 int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
590 ** call to sqlite3_backup_step().
598 ** recent call to sqlite3_backup_step().
673 ** to 0. This is used by the implementations of sqlite3_backup_step()
685 ** sqlite3_backup_step(), we can guarantee that the copy finishes
690 sqlite3_backup_step(&b, 0x7FFFFFFF);
H A Dsqlite3ext.h398 #define sqlite3_backup_step sqlite3_api->backup_step macro
/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
57988 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
91431 #define sqlite3_backup_step macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c6452 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
6483 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6487 ** <b>sqlite3_backup_step()</b>
6489 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
6492 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
6494 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
6496 ** ^If an error occurs while running sqlite3_backup_step(B,N),
6498 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6502 ** ^(The sqlite3_backup_step() might return [SQLITE_READONLY] if
6511 ** ^If sqlite3_backup_step() canno
55768 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
87087 #define sqlite3_backup_step macro
[all...]

Completed in 771 milliseconds