Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dhttp_fopen_wrapper.c347 eol_detect = stream->flags & (PHP_STREAM_FLAG_DETECT_EOL | PHP_STREAM_FLAG_EOL_MAC); in php_stream_url_wrap_http_ex()
348 stream->flags &= ~(PHP_STREAM_FLAG_DETECT_EOL | PHP_STREAM_FLAG_EOL_MAC); in php_stream_url_wrap_http_ex()
H A Dfile.c772 if (stream->flags & PHP_STREAM_FLAG_EOL_MAC) { in PHP_FUNCTION()
/PHP-7.2/main/
H A Dphp_streams.h174 #define PHP_STREAM_FLAG_EOL_MAC 0x8 macro
/PHP-7.2/main/streams/
H A Dstreams.c821 stream->flags |= PHP_STREAM_FLAG_EOL_MAC; in php_stream_locate_eol()
828 } else if (stream->flags & PHP_STREAM_FLAG_EOL_MAC) { in php_stream_locate_eol()

Completed in 24 milliseconds