OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQLITE_IOCAP_SAFE_APPEND
(Results
1 - 3
of
3
) sorted by null
/external/javasqlite/src/main/java/SQLite/
Constants.java
71
public static final int
SQLITE_IOCAP_SAFE_APPEND
= 0x00000200;
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
501
** nnn are atomic. The
SQLITE_IOCAP_SAFE_APPEND
value means
517
#define
SQLITE_IOCAP_SAFE_APPEND
0x00000200
648
** <li> [
SQLITE_IOCAP_SAFE_APPEND
]
656
** nnn are atomic. The
SQLITE_IOCAP_SAFE_APPEND
value means
[
all
...]
sqlite3.c
[
all
...]
Completed in 61 milliseconds