Searched refs:sqlite3_create_function (Results 1 - 8 of 8) sorted by relevance

/external/sqlite/android/
H A Dsqlite3_android.cpp459 err = sqlite3_create_function(handle, "_TOKENIZE", 4, SQLITE_UTF16, collator, tokenize, NULL, NULL);
463 err = sqlite3_create_function(handle, "_TOKENIZE", 5, SQLITE_UTF16, collator, tokenize, NULL, NULL);
467 err = sqlite3_create_function(handle, "_TOKENIZE", 6, SQLITE_UTF16, collator, tokenize, NULL, NULL);
541 err = sqlite3_create_function(
549 err = sqlite3_create_function(
557 err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NULL);
564 err = sqlite3_create_function(handle, "_LOG", 1, SQLITE_UTF8, NULL, android_log, NULL, NULL);
571 err = sqlite3_create_function(handle,
/external/sqlite/dist/
H A Dshell.c1018 sqlite3_create_function(db, "dq", 1, enc, 0, doublequote, 0, 0);
1019 sqlite3_create_function(db, "multireplace", -1, enc, db, multireplace, 0, 0);
1020 sqlite3_create_function(db, "sj", 2, enc, 0, 0, joinStep, joinFinalize);
2206 sqlite3_create_function(db, "shellstatic", 0, SQLITE_UTF8, 0,
H A Dsqlite3.h.orig196 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
3125 ** aggregate, is encoded in UTF-8 for sqlite3_create_function() and UTF-16
3152 ** invoke sqlite3_create_function() or sqlite3_create_function16() multiple
3195 SQLITE_API int sqlite3_create_function(
3226 #define SQLITE_ANY 5 /* sqlite3_create_function only */
3256 ** to [sqlite3_create_function()] and [sqlite3_create_function16()]
3352 ** of the [sqlite3_create_function()]
3366 ** of the [sqlite3_create_function()]
3441 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
H A Dsqlite3.h196 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
3125 ** aggregate, is encoded in UTF-8 for sqlite3_create_function() and UTF-16
3152 ** invoke sqlite3_create_function() or sqlite3_create_function16() multiple
3195 SQLITE_API int sqlite3_create_function(
3226 #define SQLITE_ANY 5 /* sqlite3_create_function only */
3256 ** to [sqlite3_create_function()] and [sqlite3_create_function16()]
3352 ** of the [sqlite3_create_function()]
3366 ** of the [sqlite3_create_function()]
3441 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
H A Dsqlite3.c.orig720 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
3649 ** aggregate, is encoded in UTF-8 for sqlite3_create_function() and UTF-16
3676 ** invoke sqlite3_create_function() or sqlite3_create_function16() multiple
3719 SQLITE_API int sqlite3_create_function(
3750 #define SQLITE_ANY 5 /* sqlite3_create_function only */
3780 ** to [sqlite3_create_function()] and [sqlite3_create_function16()]
3876 ** of the [sqlite3_create_function()]
3890 ** of the [sqlite3_create_function()]
3965 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
[all...]
H A Dsqlite3.c720 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
3649 ** aggregate, is encoded in UTF-8 for sqlite3_create_function() and UTF-16
3676 ** invoke sqlite3_create_function() or sqlite3_create_function16() multiple
3719 SQLITE_API int sqlite3_create_function(
3750 #define SQLITE_ANY 5 /* sqlite3_create_function only */
3780 ** to [sqlite3_create_function()] and [sqlite3_create_function16()]
3876 ** of the [sqlite3_create_function()]
3890 ** of the [sqlite3_create_function()]
3965 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
76234 #define sqlite3_create_function macro
96471 SQLITE_API int sqlite3_create_function( function
[all...]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h209 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h114 ** (such as [sqlite3_prepare_v2], [sqlite3_create_function], and
1588 ** sqlite3_create_function() and UTF-16 for sqlite3_create_function16().
1639 int sqlite3_create_function(
1670 #define SQLITE_ANY 5 /* sqlite3_create_function only */
1696 ** to [sqlite3_create_function()] and [sqlite3_create_function16()]
1763 ** The pUserData parameter to the [sqlite3_create_function()]
1827 ** [sqlite3_create_function()] and [sqlite3_create_function16()]

Completed in 822 milliseconds