| /external/sqlite/android/ |
| D | sqlite3_android.cpp | 464 …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/ |
| D | sqlite3_str_split.cc | 78 PERFETTO_CHECK(sqlite3_create_function(db, "str_split", 3, in sqlite3_str_split_init()
|
| D | sqlite_raw_table.cc | 522 sqlite3_create_function(db, "to_ftrace", 1,
|
| /external/sqlite/dist/ |
| D | Android.patch | 16 sqlite3_create_function(p->db, "edit", 2, SQLITE_UTF8, 0,
|
| D | shell.c | 2084 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 …]
|
| D | sqlite3ext.h | 409 #define sqlite3_create_function sqlite3_api->create_function macro
|
| D | sqlite3.h | 5152 SQLITE_API int sqlite3_create_function(
|
| D | sqlite3.c | 6191 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/ |
| D | connection.c | 880 …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/ |
| D | shell.c | 2079 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 …]
|
| D | sqlite3ext.h | 409 #define sqlite3_create_function sqlite3_api->create_function macro
|
| D | sqlite3.h | 5152 SQLITE_API int sqlite3_create_function(
|
| D | sqlite3.c | 6191 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/ |
| D | sqlite3ext.h | 409 #define sqlite3_create_function sqlite3_api->create_function macro
|
| D | sqlite3.h | 5154 SQLITE_API int sqlite3_create_function(
|
| D | bindgen_bundled_version.rs | 1966 pub fn sqlite3_create_function( in sqlite3_create_function() function
|
| D | sqlite3.c | 6202 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/ |
| D | bindgen_3.6.8.rs | 924 pub fn sqlite3_create_function(db: *mut sqlite3, in sqlite3_create_function() function
|
| D | bindgen_3.6.23.rs | 952 pub fn sqlite3_create_function(db: *mut sqlite3, in sqlite3_create_function() function
|
| D | bindgen_3.7.7.rs | 1066 pub fn sqlite3_create_function(db: *mut sqlite3, in sqlite3_create_function() function
|
| D | bindgen_3.7.16.rs | 1119 pub fn sqlite3_create_function(db: *mut sqlite3, in sqlite3_create_function() function
|
| /external/elfutils/debuginfod/ |
| D | debuginfod.cxx | 3366 rc = sqlite3_create_function(dbq, "sharedprefix", 2, SQLITE_UTF8, NULL, in main()
|
| /external/javasqlite/src/main/native/ |
| D | sqlite_jni.c | 1899 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/ |
| D | sqlite-btree.c.ppout | 544 int sqlite3_create_function(
|