internal/poll.FD.IsStream (field)

8 uses

	internal/poll (current package)
		fd_unix.go#L39: 	IsStream bool
		fd_unix.go#L159: 	if fd.IsStream && len(p) > maxRW {
		fd_unix.go#L185: 	if fd.IsStream && len(p) > maxRW {
		fd_unix.go#L380: 		if fd.IsStream && max-nn > maxRW {
		fd_unix.go#L416: 		if fd.IsStream && max-nn > maxRW {
		writev.go#L42: 			if fd.IsStream && len(chunk) > 1<<30 {

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

	os
		file_unix.go#L130: 			IsStream:      true,