Searched refs:PHP_STREAM_MMAP_MAX (Results 1 – 2 of 2) sorted by relevance
59 #define PHP_STREAM_MMAP_MAX (512 * 1024 * 1024) macro
1555 size_t chunk_size = (maxlen == 0 || maxlen > PHP_STREAM_MMAP_MAX) ? PHP_STREAM_MMAP_MAX : maxlen; in _php_stream_copy_to_stream_ex()
Completed in 9 milliseconds