Lines Matching refs:sqlite3_create_function

3156   rc = sqlite3_create_function(db, "sha3", 1,  in sqlite3_shathree_init()
3160 rc = sqlite3_create_function(db, "sha3", 2, in sqlite3_shathree_init()
3165 rc = sqlite3_create_function(db, "sha3_agg", 1, in sqlite3_shathree_init()
3170 rc = sqlite3_create_function(db, "sha3_agg", 2, in sqlite3_shathree_init()
3175 rc = sqlite3_create_function(db, "sha3_query", 1, in sqlite3_shathree_init()
3180 rc = sqlite3_create_function(db, "sha3_query", 2, in sqlite3_shathree_init()
3583 rc = sqlite3_create_function(db, "sha1", 1, in sqlite3_sha_init()
3587 rc = sqlite3_create_function(db, "sha1b", 1, in sqlite3_sha_init()
3592 rc = sqlite3_create_function(db, "sha1_query", 1, in sqlite3_sha_init()
4567 rc = sqlite3_create_function(db, aFunc[i].zFuncName, aFunc[i].nArg, in sqlite3_decimal_init()
5376 return sqlite3_create_function in sqlite3_base_init()
5758 int rc = sqlite3_create_function in sqlite3_base_init()
5765 return sqlite3_create_function in sqlite3_base_init()
6169 rc = sqlite3_create_function(db, aFunc[i].zFName, aFunc[i].nArg, in sqlite3_ieee_init()
7913 rc = sqlite3_create_function(db, "regexp", 2, in sqlite3_regexp_init()
7919 rc = sqlite3_create_function(db, "regexpi", 2, in sqlite3_regexp_init()
7924 rc = sqlite3_create_function(db, "regexp_bytecode", 1, in sqlite3_regexp_init()
8991 rc = sqlite3_create_function(db, "readfile", 1, in sqlite3_fileio_init()
8995 rc = sqlite3_create_function(db, "writefile", -1, in sqlite3_fileio_init()
9000 rc = sqlite3_create_function(db, "lsmode", 1, SQLITE_UTF8, 0, in sqlite3_fileio_init()
12426 rc = sqlite3_create_function(db, "zipfile", -1, SQLITE_UTF8, 0, 0, in zipfileRegister()
12571 rc = sqlite3_create_function(db, "sqlar_compress", 1, in sqlite3_sqlar_init()
12575 rc = sqlite3_create_function(db, "sqlar_uncompress", 2, in sqlite3_sqlar_init()
14591 rc = sqlite3_create_function(dbrem, "sqlite_expert_rem", in idxPopulateStat1()
14596 rc = sqlite3_create_function(p->db, "sqlite_expert_sample", in idxPopulateStat1()
14649 sqlite3_create_function(p->db, "sqlite_expert_rem", 2, SQLITE_UTF8, 0,0,0,0); in idxPopulateStat1()
14650 sqlite3_create_function(p->db, "sqlite_expert_sample", 0,SQLITE_UTF8,0,0,0,0); in idxPopulateStat1()
14719 rcf = sqlite3_create_function(dbDst,name,nargs,ienc,0, in registerUDFs()
14722 rcf = sqlite3_create_function(dbDst,name,nargs,ienc,0, in registerUDFs()
15964 rc = sqlite3_create_function(db, "parse_create_index", in sqlite3_intck_open()
15983 sqlite3_create_function( in sqlite3_intck_close()
16199 rc = sqlite3_create_function(db, "stmtrand", 1, SQLITE_UTF8, 0, in sqlite3_stmtrand_init()
16202 rc = sqlite3_create_function(db, "stmtrand", 0, SQLITE_UTF8, 0, in sqlite3_stmtrand_init()
19720 p->errCode = sqlite3_create_function(db, aFunc[ii].zName, in recoverOpenOutput()
26095 sqlite3_create_function(p->db, "strtod", 1, SQLITE_UTF8, 0, in open_db()
26097 sqlite3_create_function(p->db, "dtostr", 1, SQLITE_UTF8, 0, in open_db()
26099 sqlite3_create_function(p->db, "dtostr", 2, SQLITE_UTF8, 0, in open_db()
26101 sqlite3_create_function(p->db, "shell_add_schema", 3, SQLITE_UTF8, 0, in open_db()
26103 sqlite3_create_function(p->db, "shell_module_schema", 1, SQLITE_UTF8, p, in open_db()
26105 sqlite3_create_function(p->db, "shell_putsnl", 1, SQLITE_UTF8, p, in open_db()
26107 sqlite3_create_function(p->db, "usleep",1,SQLITE_UTF8,0, in open_db()
26110 sqlite3_create_function(p->db, "edit", 1, SQLITE_UTF8, 0, in open_db()
26112 sqlite3_create_function(p->db, "edit", 2, SQLITE_UTF8, 0, in open_db()
27467 rc = sqlite3_create_function(db, "fkey_collate_clause", 4, SQLITE_UTF8, in lintFkeyIndexes()
28343 sqlite3_create_function(cmd.db, "shell_putsnl", 1, SQLITE_UTF8, cmd.p, in arDotCommand()