sqlite3_create_function 112 ext/pdo_sqlite/sqlite_driver.c sqlite3_create_function(H->db, sqlite3_create_function 565 ext/pdo_sqlite/sqlite_driver.c ret = sqlite3_create_function(H->db, func_name, argc, SQLITE_UTF8, sqlite3_create_function 642 ext/pdo_sqlite/sqlite_driver.c ret = sqlite3_create_function(H->db, func_name, argc, SQLITE_UTF8, sqlite3_create_function 4228 ext/sqlite3/libsqlite/sqlite3.c SQLITE_API int sqlite3_create_function( sqlite3_create_function 87607 ext/sqlite3/libsqlite/sqlite3.c sqlite3_create_function, sqlite3_create_function 117868 ext/sqlite3/libsqlite/sqlite3.c return sqlite3_create_function( sqlite3_create_function 119363 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0); sqlite3_create_function 119366 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0); sqlite3_create_function 119370 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3_create_function(db, zTest, 2, any, p, testFunc, 0, 0); sqlite3_create_function 119373 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3_create_function(db, zTest, 3, any, p, testFunc, 0, 0); sqlite3_create_function 119376 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0); sqlite3_create_function 127572 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3_create_function(db, "rtreenode", 2, utf8, 0, rtreenode, 0, 0); sqlite3_create_function 127574 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3_create_function(db, "rtreedepth", 1, utf8, 0,rtreedepth, 0, 0); sqlite3_create_function 128145 ext/sqlite3/libsqlite/sqlite3.c rc = sqlite3_create_function( sqlite3_create_function 3681 ext/sqlite3/libsqlite/sqlite3.h SQLITE_API int sqlite3_create_function( sqlite3_create_function 948 ext/sqlite3/sqlite3.c if (sqlite3_create_function(db_obj->db, sql_func, sql_func_num_args, SQLITE_UTF8, func, php_sqlite3_callback_func, NULL, NULL) == SQLITE_OK) { sqlite3_create_function 1005 ext/sqlite3/sqlite3.c if (sqlite3_create_function(db_obj->db, sql_func, sql_func_num_args, SQLITE_UTF8, func, NULL, php_sqlite3_callback_step, php_sqlite3_callback_final) == SQLITE_OK) { sqlite3_create_function 2040 ext/sqlite3/sqlite3.c sqlite3_create_function(intern->db, func->func_name, func->argc, SQLITE_UTF8, func, NULL, NULL, NULL);