internal/poll.FD.IsStream (field)
8 uses
internal/poll (current package)
fd_unix.go#L38: IsStream bool
fd_unix.go#L158: if fd.IsStream && len(p) > maxRW {
fd_unix.go#L184: if fd.IsStream && len(p) > maxRW {
fd_unix.go#L271: if fd.IsStream && max-nn > maxRW {
fd_unix.go#L307: 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,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |