Searched refs:SQLITE_ANY (Results 1 – 6 of 6) sorted by relevance
/external/javasqlite/src/main/java/SQLite/ |
D | Constants.java | 158 public static final int SQLITE_ANY = 5; /* sqlite3_create_function only */ field in Constants
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
D | sqlite3.h | 3137 #define SQLITE_ANY 5 /* sqlite3_create_function only */ macro
|
/external/sqlite/dist/ |
D | sqlite3.h | 3880 #define SQLITE_ANY 5 /* sqlite3_create_function only */ macro
|
D | sqlite3.c | 4430 #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/ |
D | sqlite3.h | 3880 #define SQLITE_ANY 5 /* sqlite3_create_function only */ macro
|
D | sqlite3.c | 4430 #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},
|