HomeSort by relevance Sort by last modified time
    Searched full:sqlite3_create_function (Results 1 - 13 of 13) 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/sqlite/dist/
Android.patch 19 sqlite3_create_function(p->db, "writefile", 2, SQLITE_UTF8, 0,
sqlite3ext.h 339 #define sqlite3_create_function sqlite3_api->create_function macro
sqlite3.c 442 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
104404 #define sqlite3_create_function macro
132459 SQLITE_API int SQLITE_STDCALL sqlite3_create_function( function
    [all...]
sqlite3.h 228 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
    [all...]
shell.c     [all...]
  /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 339 #define sqlite3_create_function sqlite3_api->create_function macro
sqlite3.c 442 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
104386 #define sqlite3_create_function macro
132441 SQLITE_API int SQLITE_STDCALL sqlite3_create_function( function
    [all...]
sqlite3.h 228 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
    [all...]
shell.c     [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 265 ALOGE("sqlite3_create_function returned %d", err);
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c     [all...]

Completed in 1577 milliseconds