Searched refs:_php_stream_copy_to_stream_ex (Results 1 – 6 of 6) 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 16 /* Note: the value 3584 is chosen so that the mmap in _php_stream_copy_to_stream_ex() will mmap
|
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… 15 /* Note: the value 4096 is chosen so that the mmap in _php_stream_copy_to_stream_ex() will mmap
|
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… 15 /* Note: the value 3584 is chosen so that the mmap in _php_stream_copy_to_stream_ex() will mmap
|
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… 15 /* Note: the value 4096 is chosen so that the mmap in _php_stream_copy_to_stream_ex() will mmap
|
/PHP-8.4/main/ |
H A D | php_streams.h | 482 PHPAPI zend_result _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, … 483 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (…
|
/PHP-8.4/main/streams/ |
H A D | streams.c | 1609 PHPAPI zend_result _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, … in _php_stream_copy_to_stream_ex() function 1811 zend_result ret = _php_stream_copy_to_stream_ex(src, dest, maxlen, &len STREAMS_REL_CC); in _php_stream_copy_to_stream()
|
Completed in 17 milliseconds