io.LimitedReader.R (field)

6 uses

	io (current package)
		io.go#L468: 	R Reader // underlying reader
		io.go#L479: 	n, err = l.R.Read(p)

	golang.org/x/tools/go/gcexportdata
		gcexportdata.go#L118: 		R: buf,

	net
		sendfile_linux.go#L27: 		remain, r = lr.N, lr.R
		splice_linux.go#L23: 		remain, r = lr.N, lr.R

	os
		zero_copy_posix.go#L35: 	return lr, lr.R, remain