Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/contrib/sqlite3/
H A Dshell.c2129 rc = sqlite3_create_function(db, "sha3", 1, in sqlite3_shathree_init()
2133 rc = sqlite3_create_function(db, "sha3", 2, in sqlite3_shathree_init()
2138 rc = sqlite3_create_function(db, "sha3_query", 1, in sqlite3_shathree_init()
2143 rc = sqlite3_create_function(db, "sha3_query", 2, in sqlite3_shathree_init()
3156 rc = sqlite3_create_function(db, "readfile", 1, in sqlite3_fileio_init()
3160 rc = sqlite3_create_function(db, "writefile", -1, in sqlite3_fileio_init()
9060 rc = sqlite3_create_function(db, "sqlar_compress", 1, in sqlite3_sqlar_init()
9064 rc = sqlite3_create_function(db, "sqlar_uncompress", 2, in sqlite3_sqlar_init()
10983 rc = sqlite3_create_function( in idxPopulateStat1()
10988 rc = sqlite3_create_function( in idxPopulateStat1()
[all …]
H A Dsqlite3ext.h418 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h5266 SQLITE_API int sqlite3_create_function(
H A Dsqlite3.c5572 SQLITE_API int sqlite3_create_function(
128156 sqlite3_create_function,
168586 SQLITE_API int sqlite3_create_function(
180584 int rc = sqlite3_create_function(
200881 rc = sqlite3_create_function(
204691 p->rc = sqlite3_create_function(p->dbRbu,
229709 int rc = sqlite3_create_function(
229714 rc = sqlite3_create_function(
229721 rc = sqlite3_create_function(
232603 rc = sqlite3_create_function(
[all …]
/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2927 rc = sqlite3_create_function(pDb->db, zName, nArg, flags, in DbObjCmd()