Lines Matching refs:sqlite3_create_function

3539   rc = sqlite3_create_function(db, "sha3", 1,
3543 rc = sqlite3_create_function(db, "sha3", 2,
3548 rc = sqlite3_create_function(db, "sha3_query", 1,
3553 rc = sqlite3_create_function(db, "sha3_query", 2,
4525 rc = sqlite3_create_function(db, aFunc[i].zFuncName, aFunc[i].nArg,
4825 return sqlite3_create_function
5203 int rc = sqlite3_create_function
5210 return sqlite3_create_function
5614 rc = sqlite3_create_function(db, aFunc[i].zFName, aFunc[i].nArg,
7130 rc = sqlite3_create_function(db, "regexp", 2,
7136 rc = sqlite3_create_function(db, "regexpi", 2,
7141 rc = sqlite3_create_function(db, "regexp_bytecode", 1,
8167 rc = sqlite3_create_function(db, "readfile", 1,
8171 rc = sqlite3_create_function(db, "writefile", -1,
8176 rc = sqlite3_create_function(db, "lsmode", 1, SQLITE_UTF8, 0,
11587 rc = sqlite3_create_function(db, "zipfile", -1, SQLITE_UTF8, 0, 0,
11732 rc = sqlite3_create_function(db, "sqlar_compress", 1,
11736 rc = sqlite3_create_function(db, "sqlar_uncompress", 2,
13677 rc = sqlite3_create_function(dbrem, "sqlite_expert_rem",
13682 rc = sqlite3_create_function(p->db, "sqlite_expert_sample",
13735 sqlite3_create_function(p->db, "sqlite_expert_rem", 2, SQLITE_UTF8, 0,0,0,0);
13736 sqlite3_create_function(p->db, "sqlite_expert_sample", 0,SQLITE_UTF8,0,0,0,0);
13805 rcf = sqlite3_create_function(dbDst,name,nargs,ienc,0,
13808 rcf = sqlite3_create_function(dbDst,name,nargs,ienc,0,
15045 rc = sqlite3_create_function(db, "parse_create_index",
15064 sqlite3_create_function(
17470 p->errCode = sqlite3_create_function(db, aFunc[ii].zName,
23518 sqlite3_create_function(p->db, "strtod", 1, SQLITE_UTF8, 0,
23520 sqlite3_create_function(p->db, "dtostr", 1, SQLITE_UTF8, 0,
23522 sqlite3_create_function(p->db, "dtostr", 2, SQLITE_UTF8, 0,
23524 sqlite3_create_function(p->db, "shell_add_schema", 3, SQLITE_UTF8, 0,
23526 sqlite3_create_function(p->db, "shell_module_schema", 1, SQLITE_UTF8, 0,
23528 sqlite3_create_function(p->db, "shell_putsnl", 1, SQLITE_UTF8, p,
23530 sqlite3_create_function(p->db, "usleep",1,SQLITE_UTF8,0,
23533 sqlite3_create_function(p->db, "edit", 1, SQLITE_UTF8, 0,
23535 sqlite3_create_function(p->db, "edit", 2, SQLITE_UTF8, 0,
24758 rc = sqlite3_create_function(db, "fkey_collate_clause", 4, SQLITE_UTF8,
25629 sqlite3_create_function(cmd.db, "shell_putsnl", 1, SQLITE_UTF8, cmd.p,