Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_create_function

1266 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
5724 SQLITE_API int sqlite3_create_function(
5774 ** to [sqlite3_create_function()], [sqlite3_create_function16()], or
5993 ** of the [sqlite3_create_function()]
6008 ** of the [sqlite3_create_function()]
6099 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
78449 ** parameter) of the sqlite3_create_function() and
113634 #define sqlite3_create_function sqlite3_api->create_function
114016 sqlite3_create_function,
144974 ** This function is exactly the same as sqlite3_create_function(), except
144976 ** that if a malloc() fails in sqlite3_create_function(), an error code
145078 SQLITE_API int sqlite3_create_function(
156621 int rc = sqlite3_create_function(
156625 rc = sqlite3_create_function(db, "fts3_exprtest_rebalance",
158181 rc = sqlite3_create_function(db, zName, 1, any, p, fts3TokenizerFunc, 0, 0);
158184 rc = sqlite3_create_function(db, zName, 2, any, p, fts3TokenizerFunc, 0, 0);
158188 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
158191 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
171135 rc = sqlite3_create_function(db, "rtreenode", 2, utf8, 0, rtreenode, 0, 0);
171137 rc = sqlite3_create_function(db, "rtreedepth", 1, utf8, 0,rtreedepth, 0, 0);
171140 rc = sqlite3_create_function(db, "rtreecheck", -1, utf8, 0,rtreecheck, 0,0);
171826 rc = sqlite3_create_function(
172607 ** it must use sqlite3_create_function() or similar to register the
175205 p->rc = sqlite3_create_function(p->dbMain,
175211 p->rc = sqlite3_create_function(p->dbMain,
175217 p->rc = sqlite3_create_function(p->dbRbu,
176232 p->rc = sqlite3_create_function(p->dbRbu,
185932 rc = sqlite3_create_function(db, aFunc[i].zName, aFunc[i].nArg,
185938 rc = sqlite3_create_function(db, aAgg[i].zName, aAgg[i].nArg,
193424 rc = sqlite3_create_function(db, p->z, -1, SQLITE_UTF8, pCtx, p->x, 0, 0);
200689 int rc = sqlite3_create_function(
200694 rc = sqlite3_create_function(
200701 rc = sqlite3_create_function(
203399 rc = sqlite3_create_function(
203404 rc = sqlite3_create_function(