Home
last modified time | relevance | path

Searched refs:sqlite3_create_function (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c3539 rc = sqlite3_create_function(db, "sha3", 1, in sqlite3_shathree_init()
3543 rc = sqlite3_create_function(db, "sha3", 2, in sqlite3_shathree_init()
3548 rc = sqlite3_create_function(db, "sha3_query", 1, in sqlite3_shathree_init()
3553 rc = sqlite3_create_function(db, "sha3_query", 2, in sqlite3_shathree_init()
4825 return sqlite3_create_function in sqlite3_base_init()
5203 int rc = sqlite3_create_function in sqlite3_base_init()
5210 return sqlite3_create_function in sqlite3_base_init()
7130 rc = sqlite3_create_function(db, "regexp", 2, in sqlite3_regexp_init()
7136 rc = sqlite3_create_function(db, "regexpi", 2, in sqlite3_regexp_init()
8167 rc = sqlite3_create_function(db, "readfile", 1, in sqlite3_fileio_init()
[all …]
H A Dsqlite3ext.h440 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h5474 SQLITE_API int sqlite3_create_function(
H A Dsqlite3.c5787 SQLITE_API int sqlite3_create_function(
137319 sqlite3_create_function,
181838 SQLITE_API int sqlite3_create_function(
194183 int rc = sqlite3_create_function(
217189 rc = sqlite3_create_function(
221031 p->rc = sqlite3_create_function(p->dbRbu,
249532 int rc = sqlite3_create_function(
249537 rc = sqlite3_create_function(
249544 rc = sqlite3_create_function(
252646 rc = sqlite3_create_function(
[all …]
/freebsd-14.2/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2958 rc = sqlite3_create_function(pDb->db, zName, nArg, flags, in DbObjCmd()