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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h563 #define sqlite3_backup_step sqlite3_api->backup_step macro
H A Dsqlite3.h9139 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
9174 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
9178 ** [[sqlite3_backup_step()]] <b>sqlite3_backup_step()</b>
9180 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
9183 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
9185 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
9187 ** ^If an error occurs while running sqlite3_backup_step(B,N),
9189 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
9193 ** ^(The sqlite3_backup_step() migh
[all...]
H A Dshell.c16148 sqlite3_backup_step(pBackup, -1);
24879 while( (rc = sqlite3_backup_step(pBackup,100))==SQLITE_OK ){}
26686 while( (rc = sqlite3_backup_step(pBackup,100))==SQLITE_OK
H A Dsqlite3.c9452 ** <li><b>sqlite3_backup_step()</b> is called one or more times to transfer
9487 ** ^The [sqlite3_backup] object may be used with the sqlite3_backup_step() and
9491 ** [[sqlite3_backup_step()]] <b>sqlite3_backup_step()</b>
9493 ** ^Function sqlite3_backup_step(B,N) will copy up to N pages between
9496 ** ^If sqlite3_backup_step(B,N) successfully copies N pages and there
9498 ** ^If sqlite3_backup_step(B,N) successfully finishes copying all pages
9500 ** ^If an error occurs while running sqlite3_backup_step(B,N),
9502 ** [SQLITE_DONE], a call to sqlite3_backup_step() may return [SQLITE_READONLY],
9506 ** ^(The sqlite3_backup_step() migh
81886 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
136035 #define sqlite3_backup_step macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1795 int sqlite3_backup_step(sqlite3_backup *p, int nPage);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2104 while( (rc = sqlite3_backup_step(pBackup,100))==SQLITE_OK ){}
3206 while( (rc = sqlite3_backup_step(pBackup,100))==SQLITE_OK

Completed in 587 milliseconds