Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1116 SQLITE_ERR_CLOSE(sqlite3_create_function((*db)->db3, "glob", 2, in svn_sqlite__open()
1120 SQLITE_ERR_CLOSE(sqlite3_create_function((*db)->db3, "like", 2, in svn_sqlite__open()
1124 SQLITE_ERR_CLOSE(sqlite3_create_function((*db)->db3, "like", 3, in svn_sqlite__open()
1565 SQLITE_ERR(sqlite3_create_function(db->db3, func_name, argc, eTextRep, in svn_sqlite__create_scalar_function()
/freebsd-12.1/contrib/sqlite3/
H A Dshell.c2079 rc = sqlite3_create_function(db, "sha3", 1, in sqlite3_shathree_init()
2083 rc = sqlite3_create_function(db, "sha3", 2, in sqlite3_shathree_init()
2088 rc = sqlite3_create_function(db, "sha3_query", 1, in sqlite3_shathree_init()
2093 rc = sqlite3_create_function(db, "sha3_query", 2, in sqlite3_shathree_init()
3085 rc = sqlite3_create_function(db, "readfile", 1, in sqlite3_fileio_init()
3089 rc = sqlite3_create_function(db, "writefile", -1, in sqlite3_fileio_init()
6689 rc = sqlite3_create_function(db, "sqlar_compress", 1, in sqlite3_sqlar_init()
6693 rc = sqlite3_create_function(db, "sqlar_uncompress", 2, in sqlite3_sqlar_init()
8549 rc = sqlite3_create_function( in idxPopulateStat1()
8554 rc = sqlite3_create_function( in idxPopulateStat1()
[all …]
H A Dsqlite3ext.h409 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h5152 SQLITE_API int sqlite3_create_function(
H A Dsqlite3.c6191 SQLITE_API int sqlite3_create_function(
124017 sqlite3_create_function,
162109 SQLITE_API int sqlite3_create_function(
173953 int rc = sqlite3_create_function(
194059 rc = sqlite3_create_function(
197852 p->rc = sqlite3_create_function(p->dbRbu,
222055 int rc = sqlite3_create_function(
222060 rc = sqlite3_create_function(
222067 rc = sqlite3_create_function(
224894 rc = sqlite3_create_function(
[all …]
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h279 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h3707 SQLITE_API int sqlite3_create_function(
H A Dsqlite3.c4260 SQLITE_API int sqlite3_create_function(
89171 #define sqlite3_create_function sqlite3_api->create_function
89481 sqlite3_create_function,
111268 SQLITE_API int sqlite3_create_function(
120496 return sqlite3_create_function(
121998 rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0);
122001 rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0);
122005 rc = sqlite3_create_function(db, zTest, 2, any, p, testFunc, 0, 0);
122008 rc = sqlite3_create_function(db, zTest, 3, any, p, testFunc, 0, 0);
122011 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
[all …]
/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2901 rc = sqlite3_create_function(pDb->db, zName, nArg, flags, in DbObjCmd()