Home
last modified time | relevance | path

Searched refs:sqlite3_create_function (Results 1 – 24 of 24) sorted by relevance

/external/sqlite/android/
Dsqlite3_android.cpp464 …err = sqlite3_create_function(handle, "_TOKENIZE", 4, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators()
468 …err = sqlite3_create_function(handle, "_TOKENIZE", 5, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators()
472 …err = sqlite3_create_function(handle, "_TOKENIZE", 6, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators()
541 err = sqlite3_create_function( in register_android_functions()
549 err = sqlite3_create_function( in register_android_functions()
557 err = sqlite3_create_function( in register_android_functions()
565 …err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NUL… in register_android_functions()
572 err = sqlite3_create_function(handle, "_LOG", 1, SQLITE_UTF8, NULL, android_log, NULL, NULL); in register_android_functions()
582 err = sqlite3_create_function(handle, in register_android_functions()
/external/perfetto/src/trace_processor/sqlite/
Dsqlite3_str_split.cc78 PERFETTO_CHECK(sqlite3_create_function(db, "str_split", 3, in sqlite3_str_split_init()
Dsqlite_raw_table.cc522 sqlite3_create_function(db, "to_ftrace", 1,
/external/sqlite/dist/
DAndroid.patch16 sqlite3_create_function(p->db, "edit", 2, SQLITE_UTF8, 0,
Dshell.c2084 rc = sqlite3_create_function(db, "sha3", 1, in sqlite3_shathree_init()
2088 rc = sqlite3_create_function(db, "sha3", 2, in sqlite3_shathree_init()
2093 rc = sqlite3_create_function(db, "sha3_query", 1, in sqlite3_shathree_init()
2098 rc = sqlite3_create_function(db, "sha3_query", 2, in sqlite3_shathree_init()
3090 rc = sqlite3_create_function(db, "readfile", 1, in sqlite3_fileio_init()
3094 rc = sqlite3_create_function(db, "writefile", -1, in sqlite3_fileio_init()
3099 rc = sqlite3_create_function(db, "lsmode", 1, SQLITE_UTF8, 0, in sqlite3_fileio_init()
6555 rc = sqlite3_create_function(db, "zipfile", -1, SQLITE_UTF8, 0, 0, in zipfileRegister()
6694 rc = sqlite3_create_function(db, "sqlar_compress", 1, in sqlite3_sqlar_init()
6698 rc = sqlite3_create_function(db, "sqlar_uncompress", 2, in sqlite3_sqlar_init()
[all …]
Dsqlite3ext.h409 #define sqlite3_create_function sqlite3_api->create_function macro
Dsqlite3.h5152 SQLITE_API int sqlite3_create_function(
Dsqlite3.c6191 SQLITE_API int sqlite3_create_function(
123700 #define sqlite3_create_function sqlite3_api->create_function
124117 sqlite3_create_function,
162256 SQLITE_API int sqlite3_create_function(
174112 int rc = sqlite3_create_function(
174116 rc = sqlite3_create_function(db, "fts3_exprtest_rebalance",
175676 rc = sqlite3_create_function(db, zName, 1, any, p, fts3TokenizerFunc, 0, 0);
175679 rc = sqlite3_create_function(db, zName, 2, any, p, fts3TokenizerFunc, 0, 0);
175683 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
175686 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
[all …]
/external/python/cpython2/Modules/_sqlite/
Dconnection.c880 …rc = sqlite3_create_function(self->db, name, narg, SQLITE_UTF8, (void*)func, _pysqlite_func_callba… in pysqlite_connection_create_function()
913 …rc = sqlite3_create_function(self->db, name, n_arg, SQLITE_UTF8, (void*)aggregate_class, 0, &_pysq… in pysqlite_connection_create_aggregate()
/external/sqlite/dist/orig/
Dshell.c2079 rc = sqlite3_create_function(db, "sha3", 1, in sqlite3_shathree_init()
2083 rc = sqlite3_create_function(db, "sha3", 2, in sqlite3_shathree_init()
2088 rc = sqlite3_create_function(db, "sha3_query", 1, in sqlite3_shathree_init()
2093 rc = sqlite3_create_function(db, "sha3_query", 2, in sqlite3_shathree_init()
3085 rc = sqlite3_create_function(db, "readfile", 1, in sqlite3_fileio_init()
3089 rc = sqlite3_create_function(db, "writefile", -1, in sqlite3_fileio_init()
3094 rc = sqlite3_create_function(db, "lsmode", 1, SQLITE_UTF8, 0, in sqlite3_fileio_init()
6550 rc = sqlite3_create_function(db, "zipfile", -1, SQLITE_UTF8, 0, 0, in zipfileRegister()
6689 rc = sqlite3_create_function(db, "sqlar_compress", 1, in sqlite3_sqlar_init()
6693 rc = sqlite3_create_function(db, "sqlar_uncompress", 2, in sqlite3_sqlar_init()
[all …]
Dsqlite3ext.h409 #define sqlite3_create_function sqlite3_api->create_function macro
Dsqlite3.h5152 SQLITE_API int sqlite3_create_function(
Dsqlite3.c6191 SQLITE_API int sqlite3_create_function(
123684 #define sqlite3_create_function sqlite3_api->create_function
124101 sqlite3_create_function,
162240 SQLITE_API int sqlite3_create_function(
174084 int rc = sqlite3_create_function(
174088 rc = sqlite3_create_function(db, "fts3_exprtest_rebalance",
175648 rc = sqlite3_create_function(db, zName, 1, any, p, fts3TokenizerFunc, 0, 0);
175651 rc = sqlite3_create_function(db, zName, 2, any, p, fts3TokenizerFunc, 0, 0);
175655 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
175658 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
[all …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3ext.h409 #define sqlite3_create_function sqlite3_api->create_function macro
Dsqlite3.h5154 SQLITE_API int sqlite3_create_function(
Dbindgen_bundled_version.rs1966 pub fn sqlite3_create_function( in sqlite3_create_function() function
Dsqlite3.c6202 SQLITE_API int sqlite3_create_function(
124004 #define sqlite3_create_function sqlite3_api->create_function
124421 sqlite3_create_function,
162942 SQLITE_API int sqlite3_create_function(
174807 int rc = sqlite3_create_function(
174811 rc = sqlite3_create_function(db, "fts3_exprtest_rebalance",
176371 rc = sqlite3_create_function(db, zName, 1, any, p, fts3TokenizerFunc, 0, 0);
176374 rc = sqlite3_create_function(db, zName, 2, any, p, fts3TokenizerFunc, 0, 0);
176378 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
176381 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
[all …]
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs924 pub fn sqlite3_create_function(db: *mut sqlite3, in sqlite3_create_function() function
Dbindgen_3.6.23.rs952 pub fn sqlite3_create_function(db: *mut sqlite3, in sqlite3_create_function() function
Dbindgen_3.7.7.rs1066 pub fn sqlite3_create_function(db: *mut sqlite3, in sqlite3_create_function() function
Dbindgen_3.7.16.rs1119 pub fn sqlite3_create_function(db: *mut sqlite3, in sqlite3_create_function() function
/external/elfutils/debuginfod/
Ddebuginfod.cxx3366 rc = sqlite3_create_function(dbq, "sharedprefix", 2, SQLITE_UTF8, NULL, in main()
/external/javasqlite/src/main/native/
Dsqlite_jni.c1899 ret = sqlite3_create_function((sqlite3 *) h->sqlite, in mkfunc_common()
1933 ret = sqlite3_create_function((sqlite3 *) h->sqlite, in mkfunc_common()
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout544 int sqlite3_create_function(