Searched refs:SQLITE_IOCAP_ATOMIC (Results 1 - 5 of 5) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java62 public static final int SQLITE_IOCAP_ATOMIC = 0x00000001; field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h565 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
584 #define SQLITE_IOCAP_ATOMIC 0x00000001 macro
718 ** <li> [SQLITE_IOCAP_ATOMIC]
734 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
H A Dsqlite3.c842 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
861 #define SQLITE_IOCAP_ATOMIC 0x00000001 macro
995 ** <li> [SQLITE_IOCAP_ATOMIC]
1011 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
[all...]
/external/sqlite/dist/
H A Dsqlite3.h565 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
584 #define SQLITE_IOCAP_ATOMIC 0x00000001 macro
718 ** <li> [SQLITE_IOCAP_ATOMIC]
734 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
H A Dsqlite3.c842 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
861 #define SQLITE_IOCAP_ATOMIC 0x00000001 macro
995 ** <li> [SQLITE_IOCAP_ATOMIC]
1011 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
[all...]

Completed in 782 milliseconds