Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c334 eol_detect = stream->flags & (PHP_STREAM_FLAG_DETECT_EOL | PHP_STREAM_FLAG_EOL_MAC); in php_stream_url_wrap_http_ex()
335 stream->flags &= ~(PHP_STREAM_FLAG_DETECT_EOL | PHP_STREAM_FLAG_EOL_MAC); in php_stream_url_wrap_http_ex()
H A Dfile.c764 if (stream->flags & PHP_STREAM_FLAG_EOL_MAC) { in PHP_FUNCTION()
/PHP-5.5/main/
H A Dphp_streams.h172 #define PHP_STREAM_FLAG_EOL_MAC 8 macro
/PHP-5.5/main/streams/
H A Dstreams.c864 stream->flags |= PHP_STREAM_FLAG_EOL_MAC; in php_stream_locate_eol()
871 } else if (stream->flags & PHP_STREAM_FLAG_EOL_MAC) { in php_stream_locate_eol()

Completed in 22 milliseconds