sqlite3_create_function 4066 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_create_function(
sqlite3_create_function 87061 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_create_function,
sqlite3_create_function 118155 third_party/sqlite/amalgamation/sqlite3.c   return sqlite3_create_function(
sqlite3_create_function 119651 third_party/sqlite/amalgamation/sqlite3.c     rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0);
sqlite3_create_function 119654 third_party/sqlite/amalgamation/sqlite3.c     rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0);
sqlite3_create_function 119658 third_party/sqlite/amalgamation/sqlite3.c     rc = sqlite3_create_function(db, zTest, 2, any, p, testFunc, 0, 0);
sqlite3_create_function 119661 third_party/sqlite/amalgamation/sqlite3.c     rc = sqlite3_create_function(db, zTest, 3, any, p, testFunc, 0, 0);
sqlite3_create_function 119664 third_party/sqlite/amalgamation/sqlite3.c     rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
sqlite3_create_function 127404 third_party/sqlite/amalgamation/sqlite3.c   rc = sqlite3_create_function(db, "rtreenode", 2, utf8, 0, rtreenode, 0, 0);
sqlite3_create_function 127406 third_party/sqlite/amalgamation/sqlite3.c     rc = sqlite3_create_function(db, "rtreedepth", 1, utf8, 0,rtreedepth, 0, 0);
sqlite3_create_function 127977 third_party/sqlite/amalgamation/sqlite3.c     rc = sqlite3_create_function(
sqlite3_create_function 3523 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_create_function(
sqlite3_create_function  360 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c    || (rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0))
sqlite3_create_function  361 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c    || (rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0))
sqlite3_create_function  363 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c    || (rc = sqlite3_create_function(db, zTest, 2, any, p, testFunc, 0, 0))
sqlite3_create_function  364 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c    || (rc = sqlite3_create_function(db, zTest, 3, any, p, testFunc, 0, 0))
sqlite3_create_function  365 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c    || (rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0))
sqlite3_create_function  931 third_party/sqlite/src/ext/fts3/fts3_expr.c   return sqlite3_create_function(
sqlite3_create_function  469 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c     rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0);
sqlite3_create_function  472 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c     rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0);
sqlite3_create_function  476 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c     rc = sqlite3_create_function(db, zTest, 2, any, p, testFunc, 0, 0);
sqlite3_create_function  479 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c     rc = sqlite3_create_function(db, zTest, 3, any, p, testFunc, 0, 0);
sqlite3_create_function  482 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c     rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
sqlite3_create_function  482 third_party/sqlite/src/ext/icu/icu.c     rc = sqlite3_create_function(
sqlite3_create_function 3147 third_party/sqlite/src/ext/rtree/rtree.c   rc = sqlite3_create_function(db, "rtreenode", 2, utf8, 0, rtreenode, 0, 0);
sqlite3_create_function 3149 third_party/sqlite/src/ext/rtree/rtree.c     rc = sqlite3_create_function(db, "rtreedepth", 1, utf8, 0,rtreedepth, 0, 0);
sqlite3_create_function  177 third_party/sqlite/src/src/loadext.c   sqlite3_create_function,
sqlite3_create_function 1380 third_party/sqlite/src/src/shell.c       sqlite3_create_function(db, "shellstatic", 0, SQLITE_UTF8, 0,
sqlite3_create_function 2289 third_party/sqlite/src/src/tclsqlite.c     rc = sqlite3_create_function(pDb->db, zName, nArg, SQLITE_UTF8,
sqlite3_create_function 3463 third_party/sqlite/src/src/tclsqlite.c   int rc = sqlite3_create_function(db, "md5sum", -1, SQLITE_UTF8, 0, 0, 
sqlite3_create_function 1004 third_party/sqlite/src/src/test1.c   rc = sqlite3_create_function(db, "x_coalesce", -1, SQLITE_ANY, 0, 
sqlite3_create_function 1007 third_party/sqlite/src/src/test1.c     rc = sqlite3_create_function(db, "hex8", 1, SQLITE_ANY, 0, 
sqlite3_create_function 1012 third_party/sqlite/src/src/test1.c     rc = sqlite3_create_function(db, "hex16", 1, SQLITE_ANY, 0, 
sqlite3_create_function 1017 third_party/sqlite/src/src/test1.c     rc = sqlite3_create_function(db, "tkt2213func", 1, SQLITE_ANY, 0, 
sqlite3_create_function 1021 third_party/sqlite/src/src/test1.c     rc = sqlite3_create_function(db, "pointer_change", 4, SQLITE_ANY, 0, 
sqlite3_create_function 1147 third_party/sqlite/src/src/test1.c   rc = sqlite3_create_function(db, "x_count", 0, SQLITE_UTF8, 0, 0,
sqlite3_create_function 1150 third_party/sqlite/src/src/test1.c     rc = sqlite3_create_function(db, "x_count", 1, SQLITE_UTF8, 0, 0,
sqlite3_create_function 1155 third_party/sqlite/src/src/test1.c     rc = sqlite3_create_function(db, "legacy_count", 0, SQLITE_ANY, 0, 0,
sqlite3_create_function 2184 third_party/sqlite/src/src/test1.c   rc = sqlite3_create_function(db, argv[2], -1, SQLITE_UTF8, 0, 
sqlite3_create_function 2853 third_party/sqlite/src/src/test1.c     sqlite3_create_function(db, "test_function", 1, SQLITE_UTF8, 
sqlite3_create_function 2858 third_party/sqlite/src/src/test1.c     sqlite3_create_function(db, "test_function", 1, SQLITE_UTF16LE, 
sqlite3_create_function 2863 third_party/sqlite/src/src/test1.c     sqlite3_create_function(db, "test_function", 1, SQLITE_UTF16BE, 
sqlite3_create_function 4357 third_party/sqlite/src/src/test1.c   rc = sqlite3_create_function(db, argv[2], -1, SQLITE_UTF8, 0, 0, 0, 0);
sqlite3_create_function   41 third_party/sqlite/src/src/test_autoext.c   sqlite3_create_function(db, "sqr", 1, SQLITE_ANY, 0, sqrFunc, 0, 0);
sqlite3_create_function   66 third_party/sqlite/src/src/test_autoext.c   sqlite3_create_function(db, "cube", 1, SQLITE_ANY, 0, cubeFunc, 0, 0);
sqlite3_create_function  451 third_party/sqlite/src/src/test_func.c     sqlite3_create_function(db, aFuncs[i].zName, aFuncs[i].nArg,
sqlite3_create_function  455 third_party/sqlite/src/src/test_func.c   sqlite3_create_function(db, "test_agg_errmsg16", 0, SQLITE_ANY, 0, 0, 
sqlite3_create_function  509 third_party/sqlite/src/src/test_func.c   rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep,tStep,tFinal);
sqlite3_create_function  512 third_party/sqlite/src/src/test_func.c   rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, tStep, 0);
sqlite3_create_function  515 third_party/sqlite/src/src/test_func.c   rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, 0, tFinal);
sqlite3_create_function  518 third_party/sqlite/src/src/test_func.c   rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, 0, 0, tFinal);
sqlite3_create_function  521 third_party/sqlite/src/src/test_func.c   rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, 0, tStep, 0);
sqlite3_create_function  524 third_party/sqlite/src/src/test_func.c   rc = sqlite3_create_function(db, "tx", -2, SQLITE_UTF8, 0, tStep, 0, 0);
sqlite3_create_function  527 third_party/sqlite/src/src/test_func.c   rc = sqlite3_create_function(db, "tx", 128, SQLITE_UTF8, 0, tStep, 0, 0);
sqlite3_create_function  530 third_party/sqlite/src/src/test_func.c   rc = sqlite3_create_function(db, "funcxx"
sqlite3_create_function  545 third_party/sqlite/src/src/test_func.c   rc = sqlite3_create_function(db, "nullx"
sqlite3_create_function  101 third_party/sqlite/src/src/test_loadext.c   nErr |= sqlite3_create_function(db, "half", 1, SQLITE_ANY, 0, halfFunc, 0, 0);
sqlite3_create_function  102 third_party/sqlite/src/src/test_loadext.c   nErr |= sqlite3_create_function(db, "sqlite3_status", 1, SQLITE_ANY, 0,
sqlite3_create_function  104 third_party/sqlite/src/src/test_loadext.c   nErr |= sqlite3_create_function(db, "sqlite3_status", 2, SQLITE_ANY, 0,
sqlite3_create_function  277 third_party/sqlite/src/src/test_multiplex.c   rc = sqlite3_create_function(db, "multiplex_control", 2, SQLITE_ANY, 
sqlite3_create_function  516 third_party/sqlite/src/test/threadtest3.c       sqlite3_create_function(