Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/
H A Dconfigure.ac722 dnl on FreeBSD, copy_file_range() works only with the undocumented flag 0x01000000;
723 dnl until the problem is fixed properly, copy_file_range() is used only on Linux
724 AC_CACHE_CHECK([for copy_file_range], ac_cv_copy_file_range,
734 (void)copy_file_range(-1, 0, -1, 0, 0, 0);
748 AC_DEFINE(HAVE_COPY_FILE_RANGE,1,[Define if copy_file_range support])
/PHP-8.3/ext/zend_test/
H A Dtest.c1426 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-8.3/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 29 milliseconds