syscall.Iovec.SetLen (method)
7 uses
syscall (current package)
syscall_linux.go#L650: iov.SetLen(len(p))
syscall_linux.go#L663: iov.SetLen(1)
syscall_linux.go#L686: iov.SetLen(len(p))
syscall_linux.go#L699: iov.SetLen(1)
syscall_linux_amd64.go#L111: 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.4.9. (GOOS=linux GOARCH=amd64)