Searched refs:copy_file_range (Results 1 – 7 of 7) sorted by relevance
/PHP-8.4/ext/zend_test/tests/ |
H A D | gh10370_1.phpt | 2 GH-10370: File corruption in _php_stream_copy_to_stream_ex when using copy_file_range - partial copy
|
H A D | gh10370_2.phpt | 2 GH-10370: File corruption in _php_stream_copy_to_stream_ex when using copy_file_range - unlimited c…
|
H A D | gh10370_3.phpt | 2 GH-10370: File corruption in _php_stream_copy_to_stream_ex when using copy_file_range - partial cop…
|
H A D | gh10370_4.phpt | 2 GH-10370: File corruption in _php_stream_copy_to_stream_ex when using copy_file_range - unlimited c…
|
/PHP-8.4/ |
H A D | configure.ac | 664 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-8.4/ext/zend_test/ |
H A D | test.c | 1513 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.4/main/streams/ |
H A D | streams.c | 1648 ssize_t result = copy_file_range(src_fd, NULL, dest_fd, NULL, cfr_max, 0); in _php_stream_copy_to_stream_ex()
|
Completed in 21 milliseconds