Lines Matching full:sqlite3_create_function
435 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
4425 SQLITE_API int SQLITE_STDCALL sqlite3_create_function(
4475 ** to [sqlite3_create_function()], [sqlite3_create_function16()], or
4509 ** to [sqlite3_create_function()] and [sqlite3_create_function16()]
4610 ** of the [sqlite3_create_function()]
4625 ** of the [sqlite3_create_function()]
4710 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
69601 ** parameter) of the sqlite3_create_function() and
102186 #define sqlite3_create_function sqlite3_api->create_function
102534 sqlite3_create_function,
129506 ** This function is exactly the same as sqlite3_create_function(), except
129508 ** that if a malloc() fails in sqlite3_create_function(), an error code
129611 SQLITE_API int SQLITE_STDCALL sqlite3_create_function(
140711 int rc = sqlite3_create_function(
140715 rc = sqlite3_create_function(db, "fts3_exprtest_rebalance",
142244 rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0);
142247 rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0);
142251 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
142254 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
154312 rc = sqlite3_create_function(db, "rtreenode", 2, utf8, 0, rtreenode, 0, 0);
154314 rc = sqlite3_create_function(db, "rtreedepth", 1, utf8, 0,rtreedepth, 0, 0);
154929 rc = sqlite3_create_function(