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

  /external/sqlite/android/
sqlite3_android.cpp 449 err = sqlite3_create_function(handle, "_TOKENIZE", 4, SQLITE_UTF16, collator, tokenize, NULL, NULL);
453 err = sqlite3_create_function(handle, "_TOKENIZE", 5, SQLITE_UTF16, collator, tokenize, NULL, NULL);
457 err = sqlite3_create_function(handle, "_TOKENIZE", 6, SQLITE_UTF16, collator, tokenize, NULL, NULL);
525 err = sqlite3_create_function(
533 err = sqlite3_create_function(
541 err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NULL);
548 err = sqlite3_create_function(handle, "_LOG", 1, SQLITE_UTF8, NULL, android_log, NULL, NULL);
557 err = sqlite3_create_function(handle,
  /external/javasqlite/src/main/java/SQLite/
Constants.java 158 public static final int SQLITE_ANY = 5; /* sqlite3_create_function only */
  /external/sqlite/dist/orig/
sqlite3ext.h 300 #define sqlite3_create_function sqlite3_api->create_function macro
sqlite3.c 773 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
91273 #define sqlite3_create_function macro
113606 SQLITE_API int sqlite3_create_function( function
    [all...]
sqlite3.h 223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
    [all...]
shell.c     [all...]
  /external/sqlite/dist/
sqlite3ext.h 300 #define sqlite3_create_function sqlite3_api->create_function macro
sqlite3.c 773 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
91309 #define sqlite3_create_function macro
113642 SQLITE_API int sqlite3_create_function( function
    [all...]
sqlite3.h 223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
    [all...]
shell.c     [all...]
  /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_SQLiteConnection.cpp 262 ALOGE("sqlite3_create_function returned %d", err);
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c     [all...]

Completed in 1511 milliseconds