Lines Matching refs:pgsql_id
2504 zval *pgsql_id; in PHP_FUNCTION() local
2510 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|l", &pgsql_id, pgsql_lob_ce, &buffer_length) == FAIL… in PHP_FUNCTION()
2514 pgsql = Z_PGSQL_LOB_P(pgsql_id); in PHP_FUNCTION()
2537 zval *pgsql_id; in PHP_FUNCTION() local
2545 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS|l!", &pgsql_id, pgsql_lob_ce, &str, &z_len, &z_len_… in PHP_FUNCTION()
2564 pgsql = Z_PGSQL_LOB_P(pgsql_id); in PHP_FUNCTION()
2578 zval *pgsql_id; in PHP_FUNCTION() local
2584 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_id, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
2588 pgsql = Z_PGSQL_LOB_P(pgsql_id); in PHP_FUNCTION()
2744 zval *pgsql_id = NULL; in PHP_FUNCTION() local
2748 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol|l", &pgsql_id, pgsql_lob_ce, &offset, &whence) == F… in PHP_FUNCTION()
2756 pgsql = Z_PGSQL_LOB_P(pgsql_id); in PHP_FUNCTION()
2779 zval *pgsql_id = NULL; in PHP_FUNCTION() local
2783 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &pgsql_id, pgsql_lob_ce) == FAILURE) { in PHP_FUNCTION()
2787 pgsql = Z_PGSQL_LOB_P(pgsql_id); in PHP_FUNCTION()
2806 zval *pgsql_id = NULL; in PHP_FUNCTION() local
2811 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &pgsql_id, pgsql_lob_ce, &size) == FAILURE) { in PHP_FUNCTION()
2815 pgsql = Z_PGSQL_LOB_P(pgsql_id); in PHP_FUNCTION()