OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQLITE_SYNC_DATAONLY
(Results
1 - 7
of
7
) sorted by null
/external/javasqlite/src/main/java/SQLite/
Constants.java
80
public static final int
SQLITE_SYNC_DATAONLY
= 0x00010;
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
541
** When the
SQLITE_SYNC_DATAONLY
flag is used, it means that the
562
#define
SQLITE_SYNC_DATAONLY
0x00010
597
** The second choice is a Mac OS X style fullsync. The [
SQLITE_SYNC_DATAONLY
]
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.h
594
** When the
SQLITE_SYNC_DATAONLY
flag is used, it means that the
615
#define
SQLITE_SYNC_DATAONLY
0x00010
651
** The second choice is a Mac OS X style fullsync. The [
SQLITE_SYNC_DATAONLY
]
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.h
594
** When the
SQLITE_SYNC_DATAONLY
flag is used, it means that the
615
#define
SQLITE_SYNC_DATAONLY
0x00010
651
** The second choice is a Mac OS X style fullsync. The [
SQLITE_SYNC_DATAONLY
]
[
all
...]
sqlite3.c
[
all
...]
Completed in 516 milliseconds