Lines Matching refs:sqlite3_create_function
720 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
3649 ** aggregate, is encoded in UTF-8 for sqlite3_create_function() and UTF-16
3676 ** invoke sqlite3_create_function() or sqlite3_create_function16() multiple
3719 SQLITE_API int sqlite3_create_function(
3750 #define SQLITE_ANY 5 /* sqlite3_create_function only */
3780 ** to [sqlite3_create_function()] and [sqlite3_create_function16()]
3876 ** of the [sqlite3_create_function()]
3890 ** of the [sqlite3_create_function()]
3965 ** [sqlite3_create_function()] and [sqlite3_create_function16()]
76223 #define sqlite3_create_function sqlite3_api->create_function
76500 sqlite3_create_function,
96369 ** This function is exactly the same as sqlite3_create_function(), except
96371 ** that if a malloc() fails in sqlite3_create_function(), an error code
96458 SQLITE_API int sqlite3_create_function(
102080 return sqlite3_create_function(
103586 || SQLITE_OK!=(rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0))
103587 || SQLITE_OK!=(rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0))
103589 || SQLITE_OK!=(rc = sqlite3_create_function(db, zTest, 2, any, p, testFunc, 0, 0))
103590 || SQLITE_OK!=(rc = sqlite3_create_function(db, zTest, 3, any, p, testFunc, 0, 0))
103591 || SQLITE_OK!=(rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0))
110334 rc = sqlite3_create_function(db, "rtreenode", 2, utf8, 0, rtreenode, 0, 0);
110338 rc = sqlite3_create_function(db, "rtreedepth", 1, utf8, 0,rtreedepth, 0, 0);
110843 rc = sqlite3_create_function(