Home
last modified time | relevance | path

Searched refs:sqlite3_create_function (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/pdo_sqlite/
H A Dsqlite_driver.c112 sqlite3_create_function(H->db, in pdo_sqlite_cleanup_callbacks()
565 ret = sqlite3_create_function(H->db, func_name, argc, SQLITE_UTF8, in PHP_METHOD()
642 ret = sqlite3_create_function(H->db, func_name, argc, SQLITE_UTF8, in PHP_METHOD()
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h331 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h4218 SQLITE_API int SQLITE_STDCALL sqlite3_create_function(
H A Dsqlite3.c4425 SQLITE_API int SQLITE_STDCALL sqlite3_create_function(
102186 #define sqlite3_create_function sqlite3_api->create_function
102534 sqlite3_create_function,
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);
[all …]
/PHP-5.6/ext/sqlite3/
H A Dsqlite3.c980 …if (sqlite3_create_function(db_obj->db, sql_func, sql_func_num_args, SQLITE_UTF8, func, php_sqlite…
1037 …if (sqlite3_create_function(db_obj->db, sql_func, sql_func_num_args, SQLITE_UTF8, func, NULL, php_…
2110sqlite3_create_function(intern->db, func->func_name, func->argc, SQLITE_UTF8, func, NULL, NULL, NU…

Completed in 337 milliseconds