Home
last modified time | relevance | path

Searched refs:SQLITE_ANY (Results 1 – 6 of 6) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DConstants.java158 public static final int SQLITE_ANY = 5; /* sqlite3_create_function only */ field in Constants
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h3137 #define SQLITE_ANY 5 /* sqlite3_create_function only */ macro
/external/sqlite/dist/
Dsqlite3.h3880 #define SQLITE_ANY 5 /* sqlite3_create_function only */ macro
Dsqlite3.c4430 #define SQLITE_ANY 5 /* sqlite3_create_function only */ macro
113582 }else if( enc==SQLITE_ANY ){
124827 const int any = SQLITE_ANY;
133428 return sqlite3_create_function_v2(db, zGeom, -1, SQLITE_ANY,
133904 {"regexp", 2, SQLITE_ANY, 0, icuRegexpFunc},
/external/sqlite/dist/orig/
Dsqlite3.h3880 #define SQLITE_ANY 5 /* sqlite3_create_function only */ macro
Dsqlite3.c4430 #define SQLITE_ANY 5 /* sqlite3_create_function only */ macro
113546 }else if( enc==SQLITE_ANY ){
124781 const int any = SQLITE_ANY;
133382 return sqlite3_create_function_v2(db, zGeom, -1, SQLITE_ANY,
133858 {"regexp", 2, SQLITE_ANY, 0, icuRegexpFunc},