Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h276 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h3681 SQLITE_API int sqlite3_create_function(
H A Dsqlite3.c4228 SQLITE_API int sqlite3_create_function(
87304 #define sqlite3_create_function sqlite3_api->create_function
87607 sqlite3_create_function,
109036 SQLITE_API int sqlite3_create_function(
117868 return sqlite3_create_function(
119363 rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0);
119366 rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0);
119370 rc = sqlite3_create_function(db, zTest, 2, any, p, testFunc, 0, 0);
119373 rc = sqlite3_create_function(db, zTest, 3, any, p, testFunc, 0, 0);
119376 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
[all …]
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c940 …if (sqlite3_create_function(db_obj->db, sql_func, sql_func_num_args, SQLITE_UTF8, func, php_sqlite…
997 …if (sqlite3_create_function(db_obj->db, sql_func, sql_func_num_args, SQLITE_UTF8, func, NULL, php_…
2028sqlite3_create_function(intern->db, func->func_name, func->argc, SQLITE_UTF8, func, NULL, NULL, NU…

Completed in 343 milliseconds