Searched defs:SQLITE_SYNC_DATAONLY (Results 1 - 5 of 5) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java80 public static final int SQLITE_SYNC_DATAONLY = 0x00010; field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h601 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
622 #define SQLITE_SYNC_DATAONLY 0x00010 macro
658 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
H A Dsqlite3.c808 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
829 #define SQLITE_SYNC_DATAONLY 0x00010 macro
865 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
[all...]
/external/sqlite/dist/
H A Dsqlite3.h601 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
622 #define SQLITE_SYNC_DATAONLY 0x00010 macro
658 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
H A Dsqlite3.c808 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
829 #define SQLITE_SYNC_DATAONLY 0x00010 macro
865 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
[all...]

Completed in 663 milliseconds