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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h5543 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
5574 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
5578 ** <b>sqlite3_backup_step()</b>
5580 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
5583 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
5585 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
5587 ** ^If an error occurs while running sqlite3_backup_step(B,N),
5589 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
5593 ** ^(The sqlite3_backup_step() might return [SQLITE_READONLY] if
5602 ** ^If sqlite3_backup_step() canno
[all...]
H A Dsqlite3.c6080 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
6111 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6115 ** <b>sqlite3_backup_step()</b>
6117 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
6120 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
6122 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
6124 ** ^If an error occurs while running sqlite3_backup_step(B,N),
6126 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6130 ** ^(The sqlite3_backup_step() might return [SQLITE_READONLY] if
6139 ** ^If sqlite3_backup_step() canno
52923 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h5543 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
5574 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
5578 ** <b>sqlite3_backup_step()</b>
5580 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
5583 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
5585 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
5587 ** ^If an error occurs while running sqlite3_backup_step(B,N),
5589 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
5593 ** ^(The sqlite3_backup_step() might return [SQLITE_READONLY] if
5602 ** ^If sqlite3_backup_step() canno
[all...]
H A Dsqlite3.c6080 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
6111 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6115 ** <b>sqlite3_backup_step()</b>
6117 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
6120 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
6122 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
6124 ** ^If an error occurs while running sqlite3_backup_step(B,N),
6126 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6130 ** ^(The sqlite3_backup_step() might return [SQLITE_READONLY] if
6139 ** ^If sqlite3_backup_step() canno
52923 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h5543 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
5574 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
5578 ** <b>sqlite3_backup_step()</b>
5580 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
5583 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
5585 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
5587 ** ^If an error occurs while running sqlite3_backup_step(B,N),
5589 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
5593 ** ^(The sqlite3_backup_step() might return [SQLITE_READONLY] if
5602 ** ^If sqlite3_backup_step() canno
[all...]
H A Dsqlite3.c6080 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
6111 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6115 ** <b>sqlite3_backup_step()</b>
6117 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
6120 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
6122 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
6124 ** ^If an error occurs while running sqlite3_backup_step(B,N),
6126 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6130 ** ^(The sqlite3_backup_step() might return [SQLITE_READONLY] if
6139 ** ^If sqlite3_backup_step() canno
52923 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
[all...]

Completed in 832 milliseconds