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.ac716 dnl on FreeBSD, copy_file_range() works only with the undocumented flag 0x01000000;
717 dnl until the problem is fixed properly, copy_file_range() is used only on Linux
718 AC_CACHE_CHECK([for copy_file_range], ac_cv_copy_file_range,
728 (void)copy_file_range(-1, 0, -1, 0, 0, 0);
742 AC_DEFINE(HAVE_COPY_FILE_RANGE,1,[Define if copy_file_range support])
/php-src/ext/zend_test/
H A Dtest.c1374 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.c1643 ssize_t result = copy_file_range(src_fd, NULL, dest_fd, NULL, cfr_max, 0); in _php_stream_copy_to_stream_ex()

Completed in 24 milliseconds