Searched defs:SQLITE_SYNC_DATAONLY (Results 1 - 7 of 7) 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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h541 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
562 #define SQLITE_SYNC_DATAONLY 0x00010 macro
597 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
H A Dsqlite3.c1084 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
1105 #define SQLITE_SYNC_DATAONLY 0x00010 macro
1140 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
27437 int isDataOnly = (flags&SQLITE_SYNC_DATAONLY);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h594 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
615 #define SQLITE_SYNC_DATAONLY 0x00010 macro
651 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
H A Dsqlite3.c709 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
730 #define SQLITE_SYNC_DATAONLY 0x00010 macro
766 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
[all...]
/external/sqlite/dist/
H A Dsqlite3.h594 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
615 #define SQLITE_SYNC_DATAONLY 0x00010 macro
651 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
H A Dsqlite3.c709 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
730 #define SQLITE_SYNC_DATAONLY 0x00010 macro
766 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
[all...]

Completed in 671 milliseconds