Home
last modified time | relevance | path

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

/external/sqlite/android/
Dsqlite3_android.cpp458 …err = sqlite3_create_function(handle, "_TOKENIZE", 4, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators()
462 …err = sqlite3_create_function(handle, "_TOKENIZE", 5, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators()
466 …err = sqlite3_create_function(handle, "_TOKENIZE", 6, SQLITE_UTF16, collator, tokenize, NULL, NULL… in register_localized_collators()
535 err = sqlite3_create_function( in register_android_functions()
543 err = sqlite3_create_function( in register_android_functions()
551 …err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NUL… in register_android_functions()
558 err = sqlite3_create_function(handle, "_LOG", 1, SQLITE_UTF8, NULL, android_log, NULL, NULL); in register_android_functions()
568 err = sqlite3_create_function(handle, in register_android_functions()
/external/sqlite/dist/
DAndroid.patch19 sqlite3_create_function(p->db, "edit", 2, SQLITE_UTF8, 0,
Dshell.c2035 rc = sqlite3_create_function(db, "sha3", 1, SQLITE_UTF8, 0, in sqlite3_shathree_init()
2038 rc = sqlite3_create_function(db, "sha3", 2, SQLITE_UTF8, 0, in sqlite3_shathree_init()
2042 rc = sqlite3_create_function(db, "sha3_query", 1, SQLITE_UTF8, 0, in sqlite3_shathree_init()
2046 rc = sqlite3_create_function(db, "sha3_query", 2, SQLITE_UTF8, 0, in sqlite3_shathree_init()
2861 rc = sqlite3_create_function(db, "readfile", 1, SQLITE_UTF8, 0, in sqlite3_fileio_init()
2864 rc = sqlite3_create_function(db, "writefile", -1, SQLITE_UTF8, 0, in sqlite3_fileio_init()
2868 rc = sqlite3_create_function(db, "lsmode", 1, SQLITE_UTF8, 0, in sqlite3_fileio_init()
5753 rc = sqlite3_create_function(db, "sqlar_compress", 1, SQLITE_UTF8, 0, in sqlite3_sqlar_init()
5756 rc = sqlite3_create_function(db, "sqlar_uncompress", 2, SQLITE_UTF8, 0, in sqlite3_sqlar_init()
7603 rc = sqlite3_create_function( in idxPopulateStat1()
[all …]
Dsqlite3ext.h369 #define sqlite3_create_function sqlite3_api->create_function macro
Dsqlite3.h4700 SQLITE_API int sqlite3_create_function(
Dsqlite3.c5724 SQLITE_API int sqlite3_create_function(
113634 #define sqlite3_create_function sqlite3_api->create_function
114016 sqlite3_create_function,
145078 SQLITE_API int sqlite3_create_function(
156622 int rc = sqlite3_create_function(
156626 rc = sqlite3_create_function(db, "fts3_exprtest_rebalance",
158182 rc = sqlite3_create_function(db, zName, 1, any, p, fts3TokenizerFunc, 0, 0);
158185 rc = sqlite3_create_function(db, zName, 2, any, p, fts3TokenizerFunc, 0, 0);
158189 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
158192 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/python/cpython3/Modules/_sqlite/
Dconnection.c839 …rc = sqlite3_create_function(self->db, name, narg, SQLITE_UTF8, (void*)func, _pysqlite_func_callba… in pysqlite_connection_create_function()
871 …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.c2029 rc = sqlite3_create_function(db, "sha3", 1, SQLITE_UTF8, 0, in sqlite3_shathree_init()
2032 rc = sqlite3_create_function(db, "sha3", 2, SQLITE_UTF8, 0, in sqlite3_shathree_init()
2036 rc = sqlite3_create_function(db, "sha3_query", 1, SQLITE_UTF8, 0, in sqlite3_shathree_init()
2040 rc = sqlite3_create_function(db, "sha3_query", 2, SQLITE_UTF8, 0, in sqlite3_shathree_init()
2855 rc = sqlite3_create_function(db, "readfile", 1, SQLITE_UTF8, 0, in sqlite3_fileio_init()
2858 rc = sqlite3_create_function(db, "writefile", -1, SQLITE_UTF8, 0, in sqlite3_fileio_init()
2862 rc = sqlite3_create_function(db, "lsmode", 1, SQLITE_UTF8, 0, in sqlite3_fileio_init()
5747 rc = sqlite3_create_function(db, "sqlar_compress", 1, SQLITE_UTF8, 0, in sqlite3_sqlar_init()
5750 rc = sqlite3_create_function(db, "sqlar_uncompress", 2, SQLITE_UTF8, 0, in sqlite3_sqlar_init()
7597 rc = sqlite3_create_function( in idxPopulateStat1()
[all …]
Dsqlite3ext.h369 #define sqlite3_create_function sqlite3_api->create_function macro
Dsqlite3.h4700 SQLITE_API int sqlite3_create_function(
Dsqlite3.c5724 SQLITE_API int sqlite3_create_function(
113634 #define sqlite3_create_function sqlite3_api->create_function
114016 sqlite3_create_function,
145078 SQLITE_API int sqlite3_create_function(
156610 int rc = sqlite3_create_function(
156614 rc = sqlite3_create_function(db, "fts3_exprtest_rebalance",
158170 rc = sqlite3_create_function(db, zName, 1, any, p, fts3TokenizerFunc, 0, 0);
158173 rc = sqlite3_create_function(db, zName, 2, any, p, fts3TokenizerFunc, 0, 0);
158177 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
158180 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
[all …]
/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()