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 - 6
of
6
) sorted by null
/external/javasqlite/src/main/java/SQLite/
Constants.java
80
public static final int
SQLITE_SYNC_DATAONLY
= 0x00010;
/external/sqlite/dist/orig/
sqlite3.h
602
** When the
SQLITE_SYNC_DATAONLY
flag is used, it means that the
623
#define
SQLITE_SYNC_DATAONLY
0x00010
659
** The second choice is a Mac OS X style fullsync. The [
SQLITE_SYNC_DATAONLY
]
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.h
602
** When the
SQLITE_SYNC_DATAONLY
flag is used, it means that the
623
#define
SQLITE_SYNC_DATAONLY
0x00010
659
** The second choice is a Mac OS X style fullsync. The [
SQLITE_SYNC_DATAONLY
]
[
all
...]
sqlite3.c
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
Completed in 952 milliseconds