php_stream_locate_eol 767 ext/standard/file.c if (!(p = php_stream_locate_eol(stream, target_buf, target_len TSRMLS_CC))) { php_stream_locate_eol 553 main/php_streams.h PHPAPI const char *php_stream_locate_eol(php_stream *stream, const char *buf, size_t buf_len TSRMLS_DC); php_stream_locate_eol 922 main/streams/streams.c eol = php_stream_locate_eol(stream, NULL, 0 TSRMLS_CC);