syscall.Iovec.SetLen (method)
9 uses
syscall (current package)
syscall_linux.go#L758: iov.SetLen(len(p))
syscall_linux.go#L771: iov.SetLen(1)
syscall_linux.go#L794: iov.SetLen(len(p))
syscall_linux.go#L807: iov.SetLen(1)
syscall_linux.go#L946: iov.SetLen(int(unsafe.Sizeof(*regsout)))
syscall_linux.go#L953: iov.SetLen(int(unsafe.Sizeof(*regs)))
syscall_linux_amd64.go#L123: func (iov *Iovec) SetLen(length int) {
internal/poll
writev.go#L48: iovecs[len(iovecs)-1].SetLen(1 << 30)
writev.go#L51: iovecs[len(iovecs)-1].SetLen(len(chunk))
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |