internal/poll.FD.IsStream (field)

9 uses

	internal/poll (current package)
		fd_unix.go#L39: 	IsStream bool
		fd_unix.go#L156: 	if fd.IsStream && len(p) > maxRW {
		fd_unix.go#L182: 	if fd.IsStream && len(p) > maxRW {
		fd_unix.go#L377: 		if fd.IsStream && max-nn > maxRW {
		fd_unix.go#L413: 		if fd.IsStream && max-nn > maxRW {
		writev.go#L47: 			if fd.IsStream && len(chunk) > 1<<30 {

	net
		fd_unix.go#L30: 			IsStream:      sotype == syscall.SOCK_STREAM,

	os
		file_unix.go#L171: 			IsStream:      true,
		readfrom_linux.go#L52: 	if pfd == nil || !pfd.IsStream {