Home
last modified time | relevance | path

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

/PHP-8.3/ext/pgsql/
H A Dpgsql.c150 static zend_class_entry *pgsql_link_ce, *pgsql_result_ce, *pgsql_lob_ce; variable
471 pgsql_lob_ce = register_class_PgSql_Lob(); in PHP_MINIT_FUNCTION()
472 pgsql_lob_ce->create_object = pgsql_lob_create_object; in PHP_MINIT_FUNCTION()
473 pgsql_lob_ce->default_object_handlers = &pgsql_lob_object_handlers; in PHP_MINIT_FUNCTION()
2468 object_init_ex(return_value, pgsql_lob_ce); in PHP_FUNCTION()
2481 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_lofp, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
2510 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|l", &pgsql_id, pgsql_lob_ce, &buffer_length) == FAIL… in PHP_FUNCTION()
2584 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_id, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
2748 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol|l", &pgsql_id, pgsql_lob_ce, &offset, &whence) == F… in PHP_FUNCTION()
2783 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_id, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
[all …]

Completed in 48 milliseconds