func io.copyBuffer

3 uses

	io (current package)
		io.go#L382: 	return copyBuffer(dst, src, nil)
		io.go#L396: 	return copyBuffer(dst, src, buf)
		io.go#L401: func copyBuffer(dst Writer, src Reader, buf []byte) (written int64, err error) {