Searched refs:sqlite3_create_function (Results 1 – 11 of 11) sorted by relevance
| /external/sqlite/android/ |
| D | sqlite3_android.cpp | 449 …err = sqlite3_create_function(handle, "_TOKENIZE", 4, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators() 453 …err = sqlite3_create_function(handle, "_TOKENIZE", 5, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators() 457 …err = sqlite3_create_function(handle, "_TOKENIZE", 6, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators() 525 err = sqlite3_create_function( in register_android_functions() 533 err = sqlite3_create_function( in register_android_functions() 541 …err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NUL… in register_android_functions() 548 err = sqlite3_create_function(handle, "_LOG", 1, SQLITE_UTF8, NULL, android_log, NULL, NULL); in register_android_functions() 557 err = sqlite3_create_function(handle, in register_android_functions()
|
| /external/sqlite/dist/ |
| D | Android.patch | 19 sqlite3_create_function(p->db, "writefile", 2, SQLITE_UTF8, 0,
|
| D | sqlite3ext.h | 339 #define sqlite3_create_function sqlite3_api->create_function macro
|
| D | sqlite3.h | 4228 SQLITE_API int SQLITE_STDCALL sqlite3_create_function(
|
| D | shell.c | 1936 sqlite3_create_function(p->db, "shellstatic", 0, SQLITE_UTF8, 0, in open_db() 1948 sqlite3_create_function(p->db, "readfile", 1, SQLITE_UTF8, 0, in open_db() 1950 sqlite3_create_function(p->db, "writefile", 2, SQLITE_UTF8, 0, in open_db()
|
| D | sqlite3.c | 4442 SQLITE_API int SQLITE_STDCALL sqlite3_create_function( 104404 #define sqlite3_create_function sqlite3_api->create_function 104762 sqlite3_create_function, 132459 SQLITE_API int SQLITE_STDCALL sqlite3_create_function( 143660 int rc = sqlite3_create_function( 143664 rc = sqlite3_create_function(db, "fts3_exprtest_rebalance", 145198 rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0); 145201 rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0); 145205 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0); 145208 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0); [all …]
|
| /external/sqlite/dist/orig/ |
| D | sqlite3ext.h | 339 #define sqlite3_create_function sqlite3_api->create_function macro
|
| D | sqlite3.h | 4228 SQLITE_API int SQLITE_STDCALL sqlite3_create_function(
|
| D | shell.c | 1930 sqlite3_create_function(p->db, "shellstatic", 0, SQLITE_UTF8, 0, in open_db() 1942 sqlite3_create_function(p->db, "readfile", 1, SQLITE_UTF8, 0, in open_db() 1944 sqlite3_create_function(p->db, "writefile", 2, SQLITE_UTF8, 0, in open_db()
|
| D | sqlite3.c | 4442 SQLITE_API int SQLITE_STDCALL sqlite3_create_function( 104386 #define sqlite3_create_function sqlite3_api->create_function 104744 sqlite3_create_function, 132441 SQLITE_API int SQLITE_STDCALL sqlite3_create_function( 143630 int rc = sqlite3_create_function( 143634 rc = sqlite3_create_function(db, "fts3_exprtest_rebalance", 145168 rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0); 145171 rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0); 145175 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0); 145178 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0); [all …]
|
| /external/javasqlite/src/main/native/ |
| D | sqlite_jni.c | 1899 ret = sqlite3_create_function((sqlite3 *) h->sqlite, in mkfunc_common() 1933 ret = sqlite3_create_function((sqlite3 *) h->sqlite, in mkfunc_common()
|