Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c587 pgsql_lob_ce = register_class_PgSql_Lob(); in PHP_MINIT_FUNCTION()
588 pgsql_lob_ce->create_object = pgsql_lob_create_object; in PHP_MINIT_FUNCTION()
589 pgsql_lob_ce->default_object_handlers = &pgsql_lob_object_handlers; in PHP_MINIT_FUNCTION()
2681 object_init_ex(return_value, pgsql_lob_ce); in PHP_FUNCTION()
2695 Z_PARAM_OBJECT_OF_CLASS(pgsql_lofp, pgsql_lob_ce) in PHP_FUNCTION()
2724 Z_PARAM_OBJECT_OF_CLASS(pgsql_id, pgsql_lob_ce) in PHP_FUNCTION()
2761 Z_PARAM_OBJECT_OF_CLASS(pgsql_id, pgsql_lob_ce) in PHP_FUNCTION()
2803 Z_PARAM_OBJECT_OF_CLASS(pgsql_id, pgsql_lob_ce) in PHP_FUNCTION()
2967 Z_PARAM_OBJECT_OF_CLASS(pgsql_id, pgsql_lob_ce) in PHP_FUNCTION()
3003 Z_PARAM_OBJECT_OF_CLASS(pgsql_id, pgsql_lob_ce) in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds