Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c354 eol_detect = stream->flags & (PHP_STREAM_FLAG_DETECT_EOL | PHP_STREAM_FLAG_EOL_MAC); in php_stream_url_wrap_http_ex()
355 stream->flags &= ~(PHP_STREAM_FLAG_DETECT_EOL | PHP_STREAM_FLAG_EOL_MAC); in php_stream_url_wrap_http_ex()
/php-src/main/streams/
H A Dstreams.c304 ret->flags |= PHP_STREAM_FLAG_DETECT_EOL; in _php_stream_alloc()
894 if (stream->flags & PHP_STREAM_FLAG_DETECT_EOL) { in php_stream_locate_eol()
900 stream->flags ^= PHP_STREAM_FLAG_DETECT_EOL; in php_stream_locate_eol()
905 stream->flags ^= PHP_STREAM_FLAG_DETECT_EOL; in php_stream_locate_eol()
/php-src/main/
H A Dphp_streams.h174 #define PHP_STREAM_FLAG_DETECT_EOL 0x4 macro
/php-src/ext/ftp/
H A Dftp.c981 …const uint32_t flags_mask = PHP_STREAM_FLAG_EOL_UNIX | PHP_STREAM_FLAG_DETECT_EOL | PHP_STREAM_FLA… in ftp_send_stream_to_data_socket()

Completed in 23 milliseconds