HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_backup_step (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/sql/
recovery.cc 152 int rc = sqlite3_backup_step(backup, -1);
155 // different value from sqlite3_backup_step(). Circle back and
163 LOG(ERROR) << "sqlite3_backup_step() failed: "
connection.cc 86 int rc = sqlite3_backup_step(backup, -1);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_backup.c 82 rc = sqlite3_backup_step(p, nPage);
backup.c 148 ** 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);
loadext.c 343 sqlite3_backup_step,
sqlite3ext.h 398 #define sqlite3_backup_step sqlite3_api->backup_step macro
sqlite.h.in     [all...]
tclsqlite.c     [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 422 #define sqlite3_backup_step sqlite3_api->backup_step macro
sqlite3.h     [all...]
shell.c     [all...]
sqlite3.c 57960 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
91395 #define sqlite3_backup_step macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 422 #define sqlite3_backup_step sqlite3_api->backup_step macro
sqlite3.h     [all...]
shell.c     [all...]
sqlite3.c 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/
sqlite3.h     [all...]
sqlite3.c 55768 SQLITE_API int sqlite3_backup_step(sqlite3_backup *p, int nPage){ function
87087 #define sqlite3_backup_step macro
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c     [all...]

Completed in 1071 milliseconds