Searched refs:SQLITE_SYNC_DATAONLY (Results 1 - 6 of 6) 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/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h464 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
472 #define SQLITE_SYNC_DATAONLY 0x00010 macro
500 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
/external/sqlite/dist/orig/
H A Dsqlite3.h553 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
574 #define SQLITE_SYNC_DATAONLY 0x00010 macro
610 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
H A Dsqlite3.c1103 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
1124 #define SQLITE_SYNC_DATAONLY 0x00010 macro
1160 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
[all...]
/external/sqlite/dist/
H A Dsqlite3.h553 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
574 #define SQLITE_SYNC_DATAONLY 0x00010 macro
610 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
H A Dsqlite3.c1103 ** When the SQLITE_SYNC_DATAONLY flag is used, it means that the
1124 #define SQLITE_SYNC_DATAONLY 0x00010 macro
1160 ** The second choice is a Mac OS X style fullsync. The [SQLITE_SYNC_DATAONLY]
[all...]

Completed in 342 milliseconds