Searched refs:sqlite3_create_function (Results 1 – 6 of 6) sorted by relevance
/external/sqlite/android/ |
D | sqlite3_android.cpp | 443 …err = sqlite3_create_function(handle, "_TOKENIZE", 4, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators() 447 …err = sqlite3_create_function(handle, "_TOKENIZE", 5, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators() 451 …err = sqlite3_create_function(handle, "_TOKENIZE", 6, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators() 490 err = sqlite3_create_function( in register_android_functions() 498 err = sqlite3_create_function( in register_android_functions() 506 …err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NUL… in register_android_functions() 513 err = sqlite3_create_function(handle, "_LOG", 1, SQLITE_UTF8, NULL, android_log, NULL, NULL); in register_android_functions() 520 err = sqlite3_create_function(handle, in register_android_functions() 530 err = sqlite3_create_function(handle, in register_android_functions()
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
D | sqlite3.h | 1639 int sqlite3_create_function(
|
D | sqlite3ext.h | 209 #define sqlite3_create_function sqlite3_api->create_function macro
|
/external/sqlite/dist/ |
D | sqlite3.h | 3544 int sqlite3_create_function(
|
D | shell.c | 964 sqlite3_create_function(db, "shellstatic", 0, SQLITE_UTF8, 0, in open_db()
|
D | sqlite3.c | 3950 SQLITE_API int sqlite3_create_function( 60939 #define sqlite3_create_function sqlite3_api->create_function macro 61201 sqlite3_create_function, 77834 SQLITE_API int sqlite3_create_function( in sqlite3_create_function() function 87040 || (rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0)) in sqlite3Fts3InitHashTable() 87041 || (rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0)) in sqlite3Fts3InitHashTable() 87043 || (rc = sqlite3_create_function(db, zTest, 2, any, p, testFunc, 0, 0)) in sqlite3Fts3InitHashTable() 87044 || (rc = sqlite3_create_function(db, zTest, 3, any, p, testFunc, 0, 0)) in sqlite3Fts3InitHashTable() 87045 || (rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0)) in sqlite3Fts3InitHashTable()
|