Lines Matching refs:sqlite3_create_function

2097   rc = sqlite3_create_function(db, "sha3", 1,
2101 rc = sqlite3_create_function(db, "sha3", 2,
2106 rc = sqlite3_create_function(db, "sha3_query", 1,
2111 rc = sqlite3_create_function(db, "sha3_query", 2,
3103 rc = sqlite3_create_function(db, "readfile", 1,
3107 rc = sqlite3_create_function(db, "writefile", -1,
3112 rc = sqlite3_create_function(db, "lsmode", 1, SQLITE_UTF8, 0,
5123 rc = sqlite3_create_function(db, aFunc[i].zFuncName, aFunc[i].nArg,
5424 rc = sqlite3_create_function(db, aFunc[i].zFName, aFunc[i].nArg,
8051 rc = sqlite3_create_function(db, "zipfile", -1, SQLITE_UTF8, 0, 0,
8190 rc = sqlite3_create_function(db, "sqlar_compress", 1,
8194 rc = sqlite3_create_function(db, "sqlar_uncompress", 2,
10052 rc = sqlite3_create_function(
10057 rc = sqlite3_create_function(
14783 sqlite3_create_function(p->db, "shell_add_schema", 3, SQLITE_UTF8, 0,
14785 sqlite3_create_function(p->db, "shell_module_schema", 1, SQLITE_UTF8, 0,
14787 sqlite3_create_function(p->db, "shell_putsnl", 1, SQLITE_UTF8, p,
14789 sqlite3_create_function(p->db, "shell_escape_crnl", 1, SQLITE_UTF8, 0,
14791 sqlite3_create_function(p->db, "shell_int32", 2, SQLITE_UTF8, 0,
14793 sqlite3_create_function(p->db, "shell_idquote", 1, SQLITE_UTF8, 0,
14795 sqlite3_create_function(p->db, "usleep",1,SQLITE_UTF8,0,
14798 sqlite3_create_function(p->db, "edit", 1, SQLITE_UTF8, 0,
14800 sqlite3_create_function(p->db, "edit", 2, SQLITE_UTF8, 0,
15978 rc = sqlite3_create_function(db, "fkey_collate_clause", 4, SQLITE_UTF8,
16807 sqlite3_create_function(cmd.db, "shell_putsnl", 1, SQLITE_UTF8, cmd.p,
17000 sqlite3_create_function(dbtmp, "shell_idquote", 1, SQLITE_UTF8, 0,