Home
last modified time | relevance | path

Searched refs:_php_stream_copy_to_stream_ex (Results 1 – 6 of 6) 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
16 /* Note: the value 3584 is chosen so that the mmap in _php_stream_copy_to_stream_ex() will mmap
H A Dgh10370_2.phpt2 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 Dgh10370_3.phpt2 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 Dgh10370_4.phpt2 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-src/main/
H A Dphp_streams.h486 PHPAPI zend_result _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, …
487 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (…
/php-src/main/streams/
H A Dstreams.c1604 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
1806 zend_result ret = _php_stream_copy_to_stream_ex(src, dest, maxlen, &len STREAMS_REL_CC); in _php_stream_copy_to_stream()

Completed in 25 milliseconds