Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfile.c581 php_stream *srcstream = NULL; in PHP_FUNCTION() local
589 php_stream_from_zval(srcstream, &data); in PHP_FUNCTION()
626 if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) { in PHP_FUNCTION()
1652 php_stream *srcstream = NULL, *deststream = NULL; in php_copy_file_ctx() local
1721 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
1723 if (!srcstream) { in php_copy_file_ctx()
1729 if (srcstream && deststream) { in php_copy_file_ctx()
1730 ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL); in php_copy_file_ctx()
1732 if (srcstream) { in php_copy_file_ctx()
1733 php_stream_close(srcstream); in php_copy_file_ctx()

Completed in 17 milliseconds