Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDsqlite.c1123 SQLITE_ERR_CLOSE(sqlite3_create_function((*db)->db3, "glob", 2, in svn_sqlite__open()
1127 SQLITE_ERR_CLOSE(sqlite3_create_function((*db)->db3, "like", 2, in svn_sqlite__open()
1131 SQLITE_ERR_CLOSE(sqlite3_create_function((*db)->db3, "like", 3, in svn_sqlite__open()
1526 SQLITE_ERR(sqlite3_create_function(db->db3, func_name, argc, eTextRep, in svn_sqlite__create_scalar_function()
/NextBSD/contrib/mdocml/
HDmansearch.c262 c = sqlite3_create_function(db, "match", 2, in mansearch()
266 c = sqlite3_create_function(db, "regexp", 2, in mansearch()
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3ext.h279 #define sqlite3_create_function sqlite3_api->create_function macro
HDsqlite3.h3707 SQLITE_API int sqlite3_create_function(
HDsqlite3.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 …]
/NextBSD/contrib/sqlite3/
HDsqlite3ext.h336 #define sqlite3_create_function sqlite3_api->create_function macro
HDsqlite3.h4224 SQLITE_API int SQLITE_STDCALL sqlite3_create_function(
HDshell.c1928 sqlite3_create_function(p->db, "shellstatic", 0, SQLITE_UTF8, 0, in open_db()
1940 sqlite3_create_function(p->db, "readfile", 1, SQLITE_UTF8, 0, in open_db()
1942 sqlite3_create_function(p->db, "writefile", 2, SQLITE_UTF8, 0, in open_db()
HDsqlite3.c4438 SQLITE_API int SQLITE_STDCALL sqlite3_create_function(
103322 #define sqlite3_create_function sqlite3_api->create_function
103676 sqlite3_create_function,
131062 SQLITE_API int SQLITE_STDCALL sqlite3_create_function(
142196 int rc = sqlite3_create_function(
142200 rc = sqlite3_create_function(db, "fts3_exprtest_rebalance",
143734 rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0);
143737 rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0);
143741 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
143744 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
[all …]