Searched refs:pgsql_lofp (Results 1 – 1 of 1) sorted by relevance
2605 pgLofp *pgsql_lofp; in PHP_FUNCTION() local2700 pgsql_lofp = Z_PGSQL_LOB_P(return_value); in PHP_FUNCTION()2701 pgsql_lofp->conn = pgsql; in PHP_FUNCTION()2702 pgsql_lofp->lofd = pgsql_lofd; in PHP_FUNCTION()2709 zval *pgsql_lofp; in PHP_FUNCTION() local2713 Z_PARAM_OBJECT_OF_CLASS(pgsql_lofp, pgsql_lob_ce) in PHP_FUNCTION()2716 pgsql = Z_PGSQL_LOB_P(pgsql_lofp); in PHP_FUNCTION()
Completed in 19 milliseconds