Home
last modified time | relevance | path

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

/dports/databases/php81-pgsql/php-8.1.1/ext/pgsql/
H A Dpgsql.c143 static zend_class_entry *pgsql_link_ce, *pgsql_result_ce, *pgsql_lob_ce; variable
460 pgsql_lob_ce = register_class_PgSql_Lob(); in PHP_MINIT_FUNCTION()
461 pgsql_lob_ce->create_object = pgsql_lob_create_object; in PHP_MINIT_FUNCTION()
2546 object_init_ex(return_value, pgsql_lob_ce); in PHP_FUNCTION()
2559 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_lofp, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
2588 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|l", &pgsql_id, pgsql_lob_ce, &buffer_length) == FAIL… in PHP_FUNCTION()
2624 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS|l!", &pgsql_id, pgsql_lob_ce, &str, &z_len, &z_len_… in PHP_FUNCTION()
2663 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_id, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
2827 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol|l", &pgsql_id, pgsql_lob_ce, &offset, &whence) == F… in PHP_FUNCTION()
2862 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_id, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/pgsql/
H A Dpgsql.c143 static zend_class_entry *pgsql_link_ce, *pgsql_result_ce, *pgsql_lob_ce; variable
460 pgsql_lob_ce = register_class_PgSql_Lob(); in PHP_MINIT_FUNCTION()
461 pgsql_lob_ce->create_object = pgsql_lob_create_object; in PHP_MINIT_FUNCTION()
2546 object_init_ex(return_value, pgsql_lob_ce); in PHP_FUNCTION()
2559 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_lofp, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
2588 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|l", &pgsql_id, pgsql_lob_ce, &buffer_length) == FAIL… in PHP_FUNCTION()
2624 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS|l!", &pgsql_id, pgsql_lob_ce, &str, &z_len, &z_len_… in PHP_FUNCTION()
2663 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_id, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
2827 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol|l", &pgsql_id, pgsql_lob_ce, &offset, &whence) == F… in PHP_FUNCTION()
2862 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_id, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
[all …]
/dports/lang/php81/php-8.1.1/ext/pgsql/
H A Dpgsql.c143 static zend_class_entry *pgsql_link_ce, *pgsql_result_ce, *pgsql_lob_ce; variable
460 pgsql_lob_ce = register_class_PgSql_Lob(); in PHP_MINIT_FUNCTION()
461 pgsql_lob_ce->create_object = pgsql_lob_create_object; in PHP_MINIT_FUNCTION()
2546 object_init_ex(return_value, pgsql_lob_ce); in PHP_FUNCTION()
2559 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_lofp, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
2588 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|l", &pgsql_id, pgsql_lob_ce, &buffer_length) == FAIL… in PHP_FUNCTION()
2624 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS|l!", &pgsql_id, pgsql_lob_ce, &str, &z_len, &z_len_… in PHP_FUNCTION()
2663 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_id, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
2827 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol|l", &pgsql_id, pgsql_lob_ce, &offset, &whence) == F… in PHP_FUNCTION()
2862 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_id, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
[all …]