| /sqlite-3.40.0/src/ |
| H A D | test_func.c | 703 sqlite3_create_function(db, aFuncs[i].zName, aFuncs[i].nArg, in registerTestFunctions() 707 sqlite3_create_function(db, "test_agg_errmsg16", 0, SQLITE_ANY, 0, 0, in registerTestFunctions() 764 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, tStep, 0); in abuse_create_function() 767 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, 0, tFinal); in abuse_create_function() 770 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, 0, 0, tFinal); in abuse_create_function() 773 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, 0, tStep, 0); in abuse_create_function() 776 rc = sqlite3_create_function(db, "tx", -2, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function() 779 rc = sqlite3_create_function(db, "tx", 128, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function() 782 rc = sqlite3_create_function(db, "funcxx" in abuse_create_function() 797 rc = sqlite3_create_function(db, "nullx" in abuse_create_function() [all …]
|
| H A D | test_loadext.c | 104 nErr |= sqlite3_create_function(db, "half", 1, SQLITE_ANY, 0, halfFunc, 0, 0); in testloadext_init() 105 nErr |= sqlite3_create_function(db, "sqlite3_status", 1, SQLITE_ANY, 0, in testloadext_init() 107 nErr |= sqlite3_create_function(db, "sqlite3_status", 2, SQLITE_ANY, 0, in testloadext_init()
|
| H A D | test_autoext.c | 48 sqlite3_create_function(db, "sqr", 1, SQLITE_ANY, 0, sqrFunc, 0, 0); in sqr_init() 73 sqlite3_create_function(db, "cube", 1, SQLITE_ANY, 0, cubeFunc, 0, 0); in cube_init()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | noop.c | 52 rc = sqlite3_create_function(db, "noop", 1, in sqlite3_noop_init() 56 rc = sqlite3_create_function(db, "noop_i", 1, in sqlite3_noop_init() 60 rc = sqlite3_create_function(db, "noop_do", 1, in sqlite3_noop_init() 64 rc = sqlite3_create_function(db, "noop_nd", 1, in sqlite3_noop_init()
|
| H A D | uuid.c | 220 rc = sqlite3_create_function(db, "uuid", 0, SQLITE_UTF8|SQLITE_INNOCUOUS, 0, in sqlite3_uuid_init() 223 rc = sqlite3_create_function(db, "uuid_str", 1, in sqlite3_uuid_init() 228 rc = sqlite3_create_function(db, "uuid_blob", 1, in sqlite3_uuid_init()
|
| H A D | nextchar.c | 300 rc = sqlite3_create_function(db, "next_char", 3, in sqlite3_nextchar_init() 304 rc = sqlite3_create_function(db, "next_char", 4, in sqlite3_nextchar_init() 309 rc = sqlite3_create_function(db, "next_char", 5, in sqlite3_nextchar_init()
|
| H A D | zorder.c | 95 rc = sqlite3_create_function(db, "zorder", -1, SQLITE_UTF8, 0, in sqlite3_zorder_init() 98 rc = sqlite3_create_function(db, "unzorder", 3, SQLITE_UTF8, 0, in sqlite3_zorder_init()
|
| H A D | sqlar.c | 115 rc = sqlite3_create_function(db, "sqlar_compress", 1, in sqlite3_sqlar_init() 119 rc = sqlite3_create_function(db, "sqlar_uncompress", 2, in sqlite3_sqlar_init()
|
| H A D | compress.c | 122 rc = sqlite3_create_function(db, "compress", 1, in sqlite3_compress_init() 126 rc = sqlite3_create_function(db, "uncompress", 1, in sqlite3_compress_init()
|
| H A D | eval.c | 116 rc = sqlite3_create_function(db, "eval", 1, in sqlite3_eval_init() 120 rc = sqlite3_create_function(db, "eval", 2, in sqlite3_eval_init()
|
| H A D | blobio.c | 145 rc = sqlite3_create_function(db, "readblob", 6, SQLITE_UTF8, 0, in sqlite3_blobio_init() 148 rc = sqlite3_create_function(db, "writeblob", 6, SQLITE_UTF8, 0, in sqlite3_blobio_init()
|
| H A D | memvfs.c | 536 sqlite3_create_function(db, "memvfs_from_file", 1, SQLITE_UTF8, 0, in memvfsRegister() 538 sqlite3_create_function(db, "memvfs_from_file", 2, SQLITE_UTF8, 0, in memvfsRegister() 540 sqlite3_create_function(db, "memvfs_to_file", 2, SQLITE_UTF8, 0, in memvfsRegister()
|
| H A D | shathree.c | 705 rc = sqlite3_create_function(db, "sha3", 1, in sqlite3_shathree_init() 709 rc = sqlite3_create_function(db, "sha3", 2, in sqlite3_shathree_init() 714 rc = sqlite3_create_function(db, "sha3_query", 1, in sqlite3_shathree_init() 719 rc = sqlite3_create_function(db, "sha3_query", 2, in sqlite3_shathree_init()
|
| H A D | totype.c | 505 rc = sqlite3_create_function(db, "tointeger", 1, in sqlite3_totype_init() 509 rc = sqlite3_create_function(db, "toreal", 1, in sqlite3_totype_init()
|
| H A D | fossildelta.c | 1078 rc = sqlite3_create_function(db, "delta_create", 2, enc, 0, in sqlite3_fossildelta_init() 1081 rc = sqlite3_create_function(db, "delta_apply", 2, enc, 0, in sqlite3_fossildelta_init() 1085 rc = sqlite3_create_function(db, "delta_output_size", 1, enc, 0, in sqlite3_fossildelta_init()
|
| H A D | fileio.c | 1006 rc = sqlite3_create_function(db, "readfile", 1, in sqlite3_fileio_init() 1010 rc = sqlite3_create_function(db, "writefile", -1, in sqlite3_fileio_init() 1015 rc = sqlite3_create_function(db, "lsmode", 1, SQLITE_UTF8, 0, in sqlite3_fileio_init()
|
| H A D | remember.c | 69 rc = sqlite3_create_function(db, "remember", 2, SQLITE_UTF8, 0, in sqlite3_remember_init()
|
| H A D | regexp.c | 862 rc = sqlite3_create_function(db, "regexp", 2, in sqlite3_regexp_init() 868 rc = sqlite3_create_function(db, "regexpi", 2, in sqlite3_regexp_init() 873 rc = sqlite3_create_function(db, "regexp_bytecode", 1, in sqlite3_regexp_init()
|
| H A D | rot13.c | 108 rc = sqlite3_create_function(db, "rot13", 1, in sqlite3_rot_init()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_tokenizer.c | 361 || (rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0)) in sqlite3Fts2InitHashTable() 362 || (rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0)) in sqlite3Fts2InitHashTable() 364 || (rc = sqlite3_create_function(db, zTest, 2, any, p, testFunc, 0, 0)) in sqlite3Fts2InitHashTable() 365 || (rc = sqlite3_create_function(db, zTest, 3, any, p, testFunc, 0, 0)) in sqlite3Fts2InitHashTable() 366 || (rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0)) in sqlite3Fts2InitHashTable()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_tokenizer.c | 498 rc = sqlite3_create_function(db, zName, 1, any, p, fts3TokenizerFunc, 0, 0); in sqlite3Fts3InitHashTable() 501 rc = sqlite3_create_function(db, zName, 2, any, p, fts3TokenizerFunc, 0, 0); in sqlite3Fts3InitHashTable() 505 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0); in sqlite3Fts3InitHashTable() 508 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0); in sqlite3Fts3InitHashTable()
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-glue.js | 419 capi.sqlite3_create_function = function f( function in capi 479 capi.sqlite3_create_function.udfSetResult = 501 capi.sqlite3_create_function.udfConvertArgs = 513 capi.sqlite3_create_function.udfSetError =
|
| /sqlite-3.40.0/ext/repair/ |
| H A D | checkfreelist.c | 287 int rc = sqlite3_create_function( in cflRegister() 291 rc = sqlite3_create_function( in cflRegister()
|
| /sqlite-3.40.0/test/ |
| H A D | misuse.test | 59 sqlite3_create_function $::DB 106 sqlite3_create_function $::DB
|
| H A D | tkt2213.test | 23 sqlite3_create_function db
|