Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/
H A Dphp_sqlite.def24 sqlite_create_aggregate
H A Dphp_sqlite.h79 PHP_FUNCTION(sqlite_create_aggregate);
H A Dsqlite.c523 PHP_FE(sqlite_create_aggregate, arginfo_sqlite_create_aggregate)
542 PHP_ME_MAPPING(createAggregate, sqlite_create_aggregate, arginfo_sqlite_method_create_aggregate, 0)
3295 PHP_FUNCTION(sqlite_create_aggregate) in PHP_FUNCTION() argument
3334 sqlite_create_aggregate(db->db, funcname, num_args, in PHP_FUNCTION()
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_005.phpt34 sqlite_create_aggregate($db, "cat", "cat_step", "cat_fin");
H A Dsqlite_closures_001.phpt34 sqlite_create_aggregate($db, "cat", function (&$context, $string) {
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.w32.h430 int sqlite_create_aggregate(
H A Dfunc.c645 sqlite_create_aggregate(db, aAggs[i].zName, in sqliteRegisterBuiltinFunctions()
H A Dmain.c1014 int sqlite_create_aggregate( in sqlite_create_aggregate() function
H A Dsqlite.h.in460 int sqlite_create_aggregate(
527 ** sqlite_create_aggregate() routines used to register user functions
/PHP-5.3/
H A DNEWS3560 - Fixed memory leak inside sqlite_create_aggregate(). (Felipe)

Completed in 50 milliseconds