/external/sqlite/android/ |
sqlite3_android.cpp | 497 err = sqlite3_create_function(handle, "_TOKENIZE", 4, SQLITE_UTF16, collator, tokenize, NULL, NULL); 501 err = sqlite3_create_function(handle, "_TOKENIZE", 5, SQLITE_UTF16, collator, tokenize, NULL, NULL); 505 err = sqlite3_create_function(handle, "_TOKENIZE", 6, SQLITE_UTF16, collator, tokenize, NULL, NULL); 579 err = sqlite3_create_function( 587 err = sqlite3_create_function( 595 err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NULL); 602 err = sqlite3_create_function(handle, "_LOG", 1, SQLITE_UTF8, NULL, android_log, NULL, NULL); 609 err = sqlite3_create_function(handle, 621 err = sqlite3_create_function(handle,
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
sqlite3ext.h | 257 #define sqlite3_create_function sqlite3_api->create_function macro
|
sqlite3.h | 170 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and [all...] |
/frameworks/base/core/jni/ |
android_database_SQLiteDatabase.cpp | 443 int err = sqlite3_create_function(handle, nameStr, numArgs, SQLITE_UTF8, 450 LOGE("sqlite3_create_function returned %d", err);
|
/external/sqlite/dist/ |
shell.c.orig | [all...] |
shell.c | [all...] |
sqlite3.h | 223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and [all...] |
sqlite3.h.orig | 223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and [all...] |
sqlite3.c | 770 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and 84703 #define sqlite3_create_function macro [all...] |
sqlite3.c.orig | 766 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and [all...] |
/external/javasqlite/src/main/native/ |
sqlite_jni.c | [all...] |