Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/
H A Dpgsql.c2389 pgLofp *pgsql_lofp; in PHP_FUNCTION() local
2484 pgsql_lofp = Z_PGSQL_LOB_P(return_value); in PHP_FUNCTION()
2485 pgsql_lofp->conn = pgsql; in PHP_FUNCTION()
2486 pgsql_lofp->lofd = pgsql_lofd; in PHP_FUNCTION()
2493 zval *pgsql_lofp; in PHP_FUNCTION() local
2496 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_lofp, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
2500 pgsql = Z_PGSQL_LOB_P(pgsql_lofp); in PHP_FUNCTION()

Completed in 19 milliseconds