Searched refs:SQLITE_ANY (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_loadext.c101 nErr |= sqlite3_create_function(db, "half", 1, SQLITE_ANY, 0, halfFunc, 0, 0);
102 nErr |= sqlite3_create_function(db, "sqlite3_status", 1, SQLITE_ANY, 0,
104 nErr |= sqlite3_create_function(db, "sqlite3_status", 2, SQLITE_ANY, 0,
H A Dtest_autoext.c41 sqlite3_create_function(db, "sqr", 1, SQLITE_ANY, 0, sqrFunc, 0, 0);
66 sqlite3_create_function(db, "cube", 1, SQLITE_ANY, 0, cubeFunc, 0, 0);
H A Dtest_func.c455 sqlite3_create_function(db, "test_agg_errmsg16", 0, SQLITE_ANY, 0, 0,
H A Dtest1.c1004 rc = sqlite3_create_function(db, "x_coalesce", -1, SQLITE_ANY, 0,
1007 rc = sqlite3_create_function(db, "hex8", 1, SQLITE_ANY, 0,
1012 rc = sqlite3_create_function(db, "hex16", 1, SQLITE_ANY, 0,
1017 rc = sqlite3_create_function(db, "tkt2213func", 1, SQLITE_ANY, 0,
1021 rc = sqlite3_create_function(db, "pointer_change", 4, SQLITE_ANY, 0,
1155 rc = sqlite3_create_function(db, "legacy_count", 0, SQLITE_ANY, 0, 0,
1943 {"any", SQLITE_ANY },
H A Dsqlite.h.in3474 ** encoding is used, then the fourth argument should be [SQLITE_ANY].
3560 #define SQLITE_ANY 5 /* sqlite3_create_function only */
H A Dtest_multiplex.c277 rc = sqlite3_create_function(db, "multiplex_control", 2, SQLITE_ANY,
H A Dmain.c662 ** with SQLITE_ANY as the encoding.
1044 ** If SQLITE_ANY is specified, add three versions of the function
1049 }else if( enc==SQLITE_ANY ){
/external/javasqlite/src/main/java/SQLite/
H A DConstants.java158 public static final int SQLITE_ANY = 5; /* sqlite3_create_function only */ field in class:Constants
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_tokenizer.c346 const int any = SQLITE_ANY;
/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c459 {"regexp", 2, SQLITE_ANY, 0, icuRegexpFunc},
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h3479 ** encoding is used, then the fourth argument should be [SQLITE_ANY].
3565 #define SQLITE_ANY 5 /* sqlite3_create_function only */ macro
H A Dsqlite3.c4022 ** encoding is used, then the fourth argument should be [SQLITE_ANY].
4108 #define SQLITE_ANY 5 /* sqlite3_create_function only */ macro
9340 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h4114 #define SQLITE_ANY 5 /* Deprecated */ macro
H A Dsqlite3.c4229 #define SQLITE_ANY 5 /* Deprecated */ macro
10658 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4114 #define SQLITE_ANY 5 /* Deprecated */ macro
H A Dsqlite3.c4229 #define SQLITE_ANY 5 /* Deprecated */ macro
10658 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c3222 return sqlite3_create_function_v2(db, zGeom, -1, SQLITE_ANY,

Completed in 5737 milliseconds