Home
last modified time | relevance | path

Searched refs:sqlite_create_function (Results 1 – 10 of 10) sorted by relevance

/PHP-5.3/ext/sqlite/
H A Dphp_sqlite.def23 sqlite_create_function
H A Dphp_sqlite.h80 PHP_FUNCTION(sqlite_create_function);
H A Dsqlite.c524 PHP_FE(sqlite_create_function, arginfo_sqlite_create_function)
543 PHP_ME_MAPPING(createFunction, sqlite_create_function, arginfo_sqlite_method_create_function, 0)
1504 sqlite_create_function(sdb, "php", -1, php_sqlite_generic_function_callback, 0); in php_sqlite_open()
3345 PHP_FUNCTION(sqlite_create_function) in PHP_FUNCTION() argument
3377 sqlite_create_function(db->db, funcname, num_args, php_sqlite_function_callback, funcs); in PHP_FUNCTION()
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_006.phpt31 sqlite_create_function($db, "implode", "implode_args");
H A Dsqlite_closures_002.phpt24 sqlite_create_function($db, "implode", function () {
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.w32.h423 int sqlite_create_function(
H A Dfunc.c632 sqlite_create_function(db, aFuncs[i].zName, in sqliteRegisterBuiltinFunctions()
H A Ddate.c874 sqlite_create_function(db, aFuncs[i].zName, in sqliteRegisterDateTimeFunctions()
H A Dmain.c993 int sqlite_create_function( in sqlite_create_function() function
H A Dsqlite.h.in453 int sqlite_create_function(
526 ** The pUserData parameter to the sqlite_create_function() and

Completed in 32 milliseconds