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

  /external/sqlite/android/
sqlite3_android.cpp 455 err = sqlite3_create_function(handle, "_TOKENIZE", 4, SQLITE_UTF16, collator, tokenize, NULL, NULL);
459 err = sqlite3_create_function(handle, "_TOKENIZE", 5, SQLITE_UTF16, collator, tokenize, NULL, NULL);
463 err = sqlite3_create_function(handle, "_TOKENIZE", 6, SQLITE_UTF16, collator, tokenize, NULL, NULL);
531 err = sqlite3_create_function(
539 err = sqlite3_create_function(
547 err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NULL);
554 err = sqlite3_create_function(handle, "_LOG", 1, SQLITE_UTF8, NULL, android_log, NULL, NULL);
564 err = sqlite3_create_function(handle,
  /external/sqlite/dist/orig/
shell.c     [all...]
sqlite3ext.h 369 #define sqlite3_create_function sqlite3_api->create_function macro
sqlite3.h 242 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
    [all...]
sqlite3.c 113634 #define sqlite3_create_function macro
145078 SQLITE_API int sqlite3_create_function( function
    [all...]
  /external/sqlite/dist/
shell.c     [all...]
sqlite3ext.h 369 #define sqlite3_create_function sqlite3_api->create_function macro
sqlite3.h 242 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
    [all...]
sqlite3.c 113634 #define sqlite3_create_function macro
145078 SQLITE_API int sqlite3_create_function( function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 867 rc = sqlite3_create_function(self->db, name, narg, SQLITE_UTF8, (void*)func, _pysqlite_func_callback, NULL, NULL);
900 rc = sqlite3_create_function(self->db, name, n_arg, SQLITE_UTF8, (void*)aggregate_class, 0, &_pysqlite_step_callback, &_pysqlite_final_callback);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c 880 rc = sqlite3_create_function(self->db, name, narg, SQLITE_UTF8, (void*)func, _pysqlite_func_callback, NULL, NULL);
913 rc = sqlite3_create_function(self->db, name, n_arg, SQLITE_UTF8, (void*)aggregate_class, 0, &_pysqlite_step_callback, &_pysqlite_final_callback);
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.c 839 rc = sqlite3_create_function(self->db, name, narg, SQLITE_UTF8, (void*)func, _pysqlite_func_callback, NULL, NULL);
871 rc = sqlite3_create_function(self->db, name, n_arg, SQLITE_UTF8, (void*)aggregate_class, 0, &_pysqlite_step_callback, &_pysqlite_final_callback);
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c     [all...]

Completed in 193 milliseconds