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

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

Completed in 110 milliseconds