_php_stream_copy_to_stream_ex  524 ext/phar/phar_internal.h # define phar_stream_copy_to_stream(src, dest, maxlen, len)	_php_stream_copy_to_stream_ex((src), (dest), (maxlen), (len) STREAMS_CC TSRMLS_CC)
_php_stream_copy_to_stream_ex 1606 main/streams/streams.c 	int ret = _php_stream_copy_to_stream_ex(src, dest, maxlen, &len STREAMS_REL_CC TSRMLS_CC);