Home
last modified time | relevance | path

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

/php-src/ext/zend_test/tests/
H A Dgh10370_1.phpt2 GH-10370: File corruption in _php_stream_copy_to_stream_ex when using copy_file_range - partial copy
H A Dgh10370_2.phpt2 GH-10370: File corruption in _php_stream_copy_to_stream_ex when using copy_file_range - unlimited c…
H A Dgh10370_3.phpt2 GH-10370: File corruption in _php_stream_copy_to_stream_ex when using copy_file_range - partial cop…
H A Dgh10370_4.phpt2 GH-10370: File corruption in _php_stream_copy_to_stream_ex when using copy_file_range - unlimited c…
/php-src/
H A Dconfigure.ac664 dnl on FreeBSD, copy_file_range() works only with the undocumented flag 0x01000000;
665 dnl until the problem is fixed properly, copy_file_range() is used only on Linux
666 AC_CACHE_CHECK([for copy_file_range], [php_cv_func_copy_file_range],
681 (void)copy_file_range(-1, 0, -1, 0, 0, 0);
690 [Define to 1 if you have the 'copy_file_range' function.])])
/php-src/ext/zend_test/
H A Dtest.c1483 PHP_ZEND_TEST_API ssize_t copy_file_range(int fd_in, off64_t *off_in, int fd_out, off64_t *off_out,… in copy_file_range() function
/php-src/main/streams/
H A Dstreams.c1648 ssize_t result = copy_file_range(src_fd, NULL, dest_fd, NULL, cfr_max, 0); in _php_stream_copy_to_stream_ex()

Completed in 20 milliseconds