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

  /external/javasqlite/src/main/java/SQLite/
Constants.java 80 public static final int SQLITE_SYNC_DATAONLY = 0x00010;
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 464 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
472 #define SQLITE_SYNC_DATAONLY 0x00010
500 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
    [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 67 milliseconds