Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c357 eol_detect = stream->flags & (PHP_STREAM_FLAG_DETECT_EOL | PHP_STREAM_FLAG_EOL_MAC); in php_stream_url_wrap_http_ex()
358 stream->flags &= ~(PHP_STREAM_FLAG_DETECT_EOL | PHP_STREAM_FLAG_EOL_MAC); in php_stream_url_wrap_http_ex()
H A Dfile.c773 if (stream->flags & PHP_STREAM_FLAG_EOL_MAC) { in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_streams.h172 #define PHP_STREAM_FLAG_EOL_MAC 0x8 macro
/PHP-7.4/main/streams/
H A Dstreams.c872 stream->flags |= PHP_STREAM_FLAG_EOL_MAC; in php_stream_locate_eol()
879 } else if (stream->flags & PHP_STREAM_FLAG_EOL_MAC) { in php_stream_locate_eol()

Completed in 22 milliseconds