Searched refs:sqlite3_create_function (Results 1 - 12 of 12) sorted by relevance

/external/sqlite/android/
H A Dsqlite3_android.cpp455 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/
H A Dshell.c2029 rc = sqlite3_create_function(db, "sha3", 1, SQLITE_UTF8, 0,
2032 rc = sqlite3_create_function(db, "sha3", 2, SQLITE_UTF8, 0,
2036 rc = sqlite3_create_function(db, "sha3_query", 1, SQLITE_UTF8, 0,
2040 rc = sqlite3_create_function(db, "sha3_query", 2, SQLITE_UTF8, 0,
2855 rc = sqlite3_create_function(db, "readfile", 1, SQLITE_UTF8, 0,
2858 rc = sqlite3_create_function(db, "writefile", -1, SQLITE_UTF8, 0,
2862 rc = sqlite3_create_function(db, "lsmode", 1, SQLITE_UTF8, 0,
5747 rc = sqlite3_create_function(db, "sqlar_compress", 1, SQLITE_UTF8, 0,
5750 rc = sqlite3_create_function(db, "sqlar_uncompress", 2, SQLITE_UTF8, 0,
7597 rc = sqlite3_create_function(
[all...]
H A Dsqlite3ext.h369 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h242 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
4700 SQLITE_API int sqlite3_create_function(
4750 ** to [sqlite3_create_function()], [sqlite3_create_function16()], or
4969 ** of the [sqlite3_create_function()]
4984 ** of the [sqlite3_create_function()]
5075 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
H A Dsqlite3.c1266 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
5724 SQLITE_API int sqlite3_create_function(
5774 ** to [sqlite3_create_function()], [sqlite3_create_function16()], or
5993 ** of the [sqlite3_create_function()]
6008 ** of the [sqlite3_create_function()]
6099 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
113634 #define sqlite3_create_function macro
145078 SQLITE_API int sqlite3_create_function( function
[all...]
/external/sqlite/dist/
H A Dshell.c2035 rc = sqlite3_create_function(db, "sha3", 1, SQLITE_UTF8, 0,
2038 rc = sqlite3_create_function(db, "sha3", 2, SQLITE_UTF8, 0,
2042 rc = sqlite3_create_function(db, "sha3_query", 1, SQLITE_UTF8, 0,
2046 rc = sqlite3_create_function(db, "sha3_query", 2, SQLITE_UTF8, 0,
2861 rc = sqlite3_create_function(db, "readfile", 1, SQLITE_UTF8, 0,
2864 rc = sqlite3_create_function(db, "writefile", -1, SQLITE_UTF8, 0,
2868 rc = sqlite3_create_function(db, "lsmode", 1, SQLITE_UTF8, 0,
5753 rc = sqlite3_create_function(db, "sqlar_compress", 1, SQLITE_UTF8, 0,
5756 rc = sqlite3_create_function(db, "sqlar_uncompress", 2, SQLITE_UTF8, 0,
7603 rc = sqlite3_create_function(
[all...]
H A Dsqlite3ext.h369 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h242 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
4700 SQLITE_API int sqlite3_create_function(
4750 ** to [sqlite3_create_function()], [sqlite3_create_function16()], or
4969 ** of the [sqlite3_create_function()]
4984 ** of the [sqlite3_create_function()]
5075 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
H A Dsqlite3.c1266 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
5724 SQLITE_API int sqlite3_create_function(
5774 ** to [sqlite3_create_function()], [sqlite3_create_function16()], or
5993 ** of the [sqlite3_create_function()]
6008 ** of the [sqlite3_create_function()]
6099 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
113634 #define sqlite3_create_function macro
145078 SQLITE_API int sqlite3_create_function( function
[all...]
/external/python/cpython2/Modules/_sqlite/
H A Dconnection.c880 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);
/external/python/cpython3/Modules/_sqlite/
H A Dconnection.c839 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);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1899 ret = sqlite3_create_function((sqlite3 *) h->sqlite,
1933 ret = sqlite3_create_function((sqlite3 *) h->sqlite,

Completed in 1119 milliseconds