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_arm64.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.2.8-preview. (GOOS=darwin GOARCH=arm64)