Searched refs:php_stream_mmap_possible (Results 1 – 2 of 2) sorted by relevance
65 #define php_stream_mmap_possible(stream) (!php_stream_is_filtered((stream)) && php_stream_mmap_su… macro
1429 if (php_stream_mmap_possible(stream)) { in _php_stream_passthru()1565 if (php_stream_mmap_possible(src)) { in _php_stream_copy_to_stream_ex()
Completed in 13 milliseconds