Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dstreams.c1641 const size_t cfr_max = MIN(maxlen, (size_t)SSIZE_MAX); in _php_stream_copy_to_stream_ex() local
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 10 milliseconds