internal/poll.FD.IsStream (field)

10 uses

	internal/poll (current package)
		fd_unix.go#L40: 	IsStream bool
		fd_unix.go#L157: 	if fd.IsStream && len(p) > maxRW {
		fd_unix.go#L183: 	if fd.IsStream && len(p) > maxRW {
		fd_unix.go#L378: 		if fd.IsStream && max-nn > maxRW {
		fd_unix.go#L422: 		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#L166: 			IsStream:      true,
		zero_copy_linux.go#L30: 	if pfd == nil || !pfd.IsStream || !isUnixOrTCP(string(network)) {
		zero_copy_linux.go#L85: 	if pfd == nil || !pfd.IsStream {