OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQLITE_IOCAP_ATOMIC
(Results
1 - 7
of
7
) sorted by null
/external/javasqlite/src/main/java/SQLite/
Constants.java
62
public static final int
SQLITE_IOCAP_ATOMIC
= 0x00000001;
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
497
** The
SQLITE_IOCAP_ATOMIC
property means that all writes of
508
#define
SQLITE_IOCAP_ATOMIC
0x00000001
639
** <li> [
SQLITE_IOCAP_ATOMIC
]
652
** The
SQLITE_IOCAP_ATOMIC
property means that all writes of
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.h
504
** The
SQLITE_IOCAP_ATOMIC
property means that all writes of
519
#define
SQLITE_IOCAP_ATOMIC
0x00000001
652
** <li> [
SQLITE_IOCAP_ATOMIC
]
665
** The
SQLITE_IOCAP_ATOMIC
property means that all writes of
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.h
504
** The
SQLITE_IOCAP_ATOMIC
property means that all writes of
519
#define
SQLITE_IOCAP_ATOMIC
0x00000001
652
** <li> [
SQLITE_IOCAP_ATOMIC
]
665
** The
SQLITE_IOCAP_ATOMIC
property means that all writes of
[
all
...]
sqlite3.c
[
all
...]
Completed in 1013 milliseconds