Lines Matching refs:z_file
569 zval *z_ftp, *z_file; in PHP_FUNCTION() local
577 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ors|ll", &z_ftp, php_ftp_ce, &z_file, &file, &file_len… in PHP_FUNCTION()
581 php_stream_from_res(stream, Z_RES_P(z_file)); in PHP_FUNCTION()
613 zval *z_ftp, *z_file; in PHP_FUNCTION() local
621 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ors|ll", &z_ftp, php_ftp_ce, &z_file, &file, &file_len… in PHP_FUNCTION()
625 php_stream_from_res(stream, Z_RES_P(z_file)); in PHP_FUNCTION()
851 zval *z_ftp, *z_file; in PHP_FUNCTION() local
859 …rs(ZEND_NUM_ARGS(), "Osr|ll", &z_ftp, php_ftp_ce, &remote, &remote_len, &z_file, &mode, &startpos)… in PHP_FUNCTION()
863 php_stream_from_zval(stream, z_file); in PHP_FUNCTION()
898 zval *z_ftp, *z_file; in PHP_FUNCTION() local
907 …rs(ZEND_NUM_ARGS(), "Osr|ll", &z_ftp, php_ftp_ce, &remote, &remote_len, &z_file, &mode, &startpos)… in PHP_FUNCTION()
911 php_stream_from_res(stream, Z_RES_P(z_file)); in PHP_FUNCTION()