Searched refs:php_stream_mmap_possible (Results 1 – 3 of 3) sorted by relevance
67 #define php_stream_mmap_possible(stream) (!php_stream_is_filtered((stream)) && php_stream_mmap_su… macro
1390 if (php_stream_mmap_possible(stream)) { in _php_stream_passthru()1528 if (php_stream_mmap_possible(src)) { in _php_stream_copy_to_stream_ex()
1440 && php_stream_mmap_possible(stream) in php_stream_open_for_zend_ex()
Completed in 17 milliseconds