syscall.Iovec.SetLen (method)
7 uses
syscall (current package)
syscall_bsd.go#L381: iov.SetLen(len(p))
syscall_bsd.go#L388: iov.SetLen(1)
syscall_bsd.go#L429: iov.SetLen(len(p))
syscall_bsd.go#L436: iov.SetLen(1)
syscall_darwin_amd64.go#L32: func (iov *Iovec) SetLen(length int) {
internal/poll
writev.go#L43: iovecs[len(iovecs)-1].SetLen(1 << 30)
writev.go#L46: iovecs[len(iovecs)-1].SetLen(len(chunk))
![]() |
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. |