Home
last modified time | relevance | path

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

/PHP-8.3/ext/pgsql/
H A Dpgsql.c2374 pgLofp *pgsql_lofp; in PHP_FUNCTION() local
2469 pgsql_lofp = Z_PGSQL_LOB_P(return_value); in PHP_FUNCTION()
2470 pgsql_lofp->conn = pgsql; in PHP_FUNCTION()
2471 pgsql_lofp->lofd = pgsql_lofd; in PHP_FUNCTION()
2478 zval *pgsql_lofp; in PHP_FUNCTION() local
2481 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_lofp, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
2485 pgsql = Z_PGSQL_LOB_P(pgsql_lofp); in PHP_FUNCTION()

Completed in 22 milliseconds