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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h422 #define sqlite3_backup_step sqlite3_api->backup_step macro
H A Dsqlite3.h6291 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
6322 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6326 ** [[sqlite3_backup_step()]] <b>sqlite3_backup_step()</b>
6328 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
6331 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
6333 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
6335 ** ^If an error occurs while running sqlite3_backup_step(B,N),
6337 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6341 ** ^(The sqlite3_backup_step() migh
[all...]
H A Dsqlite3.c6841 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
6872 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
6876 ** [[sqlite3_backup_step()]] <b>sqlite3_backup_step()</b>
6878 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
6881 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
6883 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
6885 ** ^If an error occurs while running sqlite3_backup_step(B,N),
6887 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
6891 ** ^(The sqlite3_backup_step() migh
57824 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
91269 #define sqlite3_backup_step macro
[all...]

Completed in 351 milliseconds