HomeSort by relevance Sort by last modified time
    Searched defs:SQLITE_SYNC_DATAONLY (Results 1 - 7 of 7) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Constants.java 80 public static final int SQLITE_SYNC_DATAONLY = 0x00010;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 541 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
562 #define SQLITE_SYNC_DATAONLY 0x00010
597 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h 553 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
574 #define SQLITE_SYNC_DATAONLY 0x00010
610 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 553 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
574 #define SQLITE_SYNC_DATAONLY 0x00010
610 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
    [all...]
sqlite3.c     [all...]

Completed in 269 milliseconds