OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLITE_IOCAP_ATOMIC
(Results
1 - 6
of
6
) sorted by null
/external/javasqlite/src/main/java/SQLite/
Constants.java
62
public static final int
SQLITE_IOCAP_ATOMIC
= 0x00000001;
/external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h
421
** The
SQLITE_IOCAP_ATOMIC
property means that all writes of
432
#define
SQLITE_IOCAP_ATOMIC
0x00000001
540
** <li> [
SQLITE_IOCAP_ATOMIC
]
553
** The
SQLITE_IOCAP_ATOMIC
property means that all writes of
[
all
...]
/external/sqlite/dist/
sqlite3.h
498
** The
SQLITE_IOCAP_ATOMIC
property means that all writes of
509
#define
SQLITE_IOCAP_ATOMIC
0x00000001
638
** <li> [
SQLITE_IOCAP_ATOMIC
]
651
** The
SQLITE_IOCAP_ATOMIC
property means that all writes of
[
all
...]
sqlite3.h.orig
495
** The
SQLITE_IOCAP_ATOMIC
property means that all writes of
506
#define
SQLITE_IOCAP_ATOMIC
0x00000001
635
** <li> [
SQLITE_IOCAP_ATOMIC
]
648
** The
SQLITE_IOCAP_ATOMIC
property means that all writes of
[
all
...]
sqlite3.c
[
all
...]
sqlite3.c.orig
[
all
...]
Completed in 166 milliseconds