Searched refs:php_stream_mmap_supported (Results 1 – 1 of 1) sorted by relevance
61 #define php_stream_mmap_supported(stream) (_php_stream_set_option((stream), PHP_STREAM_OPTION_MMAP_… macro65 …m_mmap_possible(stream) (!php_stream_is_filtered((stream)) && php_stream_mmap_supported((stream)…
Completed in 4 milliseconds