HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_create_function (Results 1 - 9 of 9) sorted by null

  /external/sqlite/android/
sqlite3_android.cpp 459 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/
shell.c 1018 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);
    [all...]
sqlite3.h.orig 196 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
    [all...]
sqlite3.h 196 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
    [all...]
sqlite3.c 720 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
76234 #define sqlite3_create_function macro
96471 SQLITE_API int sqlite3_create_function( function
    [all...]
sqlite3.c.orig 720 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 209 #define sqlite3_create_function sqlite3_api->create_function macro
sqlite3.h 114 ** (such as [sqlite3_prepare_v2], [sqlite3_create_function], and
    [all...]
  /dalvik/libcore/sql/src/main/native/
sqlite_jni.c     [all...]

Completed in 286 milliseconds