target_buf        728 ext/standard/file.c 	char *target_buf=NULL, *p, *s, *e;
target_buf        763 ext/standard/file.c 	if ((target_len = php_stream_copy_to_mem(stream, &target_buf, PHP_STREAM_COPY_ALL, 0))) {
target_buf        764 ext/standard/file.c 		s = target_buf;
target_buf        765 ext/standard/file.c 		e = target_buf + target_len;
target_buf        767 ext/standard/file.c 		if (!(p = php_stream_locate_eol(stream, target_buf, target_len TSRMLS_CC))) {
target_buf        788 ext/standard/file.c 				if (p != target_buf && eol_marker == '\n' && *(p - 1) == '\r') {
target_buf        807 ext/standard/file.c 	if (target_buf) {
target_buf        808 ext/standard/file.c 		efree(target_buf);