OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLITE_RANGE
(Results
1 - 7
of
7
) sorted by null
/external/javasqlite/src/main/java/SQLite/
Constants.java
42
public static final int
SQLITE_RANGE
= 25; /* 2nd parameter to sqlite3_bind out of range */
/external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h
339
#define
SQLITE_RANGE
25 /* 2nd parameter to sqlite3_bind out of range */
[
all
...]
/frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp
600
case
SQLITE_RANGE
:
/external/sqlite/dist/
sqlite3.h
406
#define
SQLITE_RANGE
25 /* 2nd parameter to sqlite3_bind out of range */
[
all
...]
sqlite3.h.orig
406
#define
SQLITE_RANGE
25 /* 2nd parameter to sqlite3_bind out of range */
[
all
...]
sqlite3.c
[
all
...]
sqlite3.c.orig
[
all
...]
Completed in 769 milliseconds