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.h436 #define sqlite3_backup_step sqlite3_api->backup_step macro
H A Dsqlite3.c6865 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
6896 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6900 ** [[sqlite3_backup_step()]] <b>sqlite3_backup_step()</b>
6902 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
6905 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
6907 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
6909 ** ^If an error occurs while running sqlite3_backup_step(B,N),
6911 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6915 ** ^(The sqlite3_backup_step() migh
60401 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
97407 #define sqlite3_backup_step macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h436 #define sqlite3_backup_step sqlite3_api->backup_step macro
H A Dsqlite3.c6865 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
6896 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6900 ** [[sqlite3_backup_step()]] <b>sqlite3_backup_step()</b>
6902 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
6905 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
6907 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
6909 ** ^If an error occurs while running sqlite3_backup_step(B,N),
6911 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6915 ** ^(The sqlite3_backup_step() migh
60421 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
97427 #define sqlite3_backup_step macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c6437 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
6468 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6472 ** <b>sqlite3_backup_step()</b>
6474 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
6477 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
6479 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
6481 ** ^If an error occurs while running sqlite3_backup_step(B,N),
6483 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6487 ** ^(The sqlite3_backup_step() might return [SQLITE_READONLY] if
6496 ** ^If sqlite3_backup_step() canno
55589 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
86880 #define sqlite3_backup_step macro
[all...]

Completed in 6829 milliseconds