OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQLITE_LOCKED
(Results
1 - 7
of
7
) sorted by null
/external/javasqlite/src/main/java/SQLite/
Constants.java
23
public static final int
SQLITE_LOCKED
= 6; /* A table in the database is locked */
/external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h
320
#define
SQLITE_LOCKED
6 /* A table in the database is locked */
386
#define SQLITE_LOCKED_SHAREDCACHE (
SQLITE_LOCKED
| (1<<8) )
[
all
...]
/external/sqlite/dist/orig/
sqlite3.h
388
#define
SQLITE_LOCKED
6 /* A table in the database is locked */
458
#define SQLITE_LOCKED_SHAREDCACHE (
SQLITE_LOCKED
| (1<<8))
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.h
388
#define
SQLITE_LOCKED
6 /* A table in the database is locked */
458
#define SQLITE_LOCKED_SHAREDCACHE (
SQLITE_LOCKED
| (1<<8))
[
all
...]
sqlite3.c
[
all
...]
/tools/motodev/src/plugins/common/res/
androidjdbc.jar
Completed in 2179 milliseconds