type syscall.Iovec
14 uses
syscall (current package)
syscall_linux.go#L755: var iov Iovec
syscall_linux.go#L791: var iov Iovec
syscall_linux.go#L944: var iov Iovec
syscall_linux.go#L951: var iov Iovec
syscall_linux_amd64.go#L123: func (iov *Iovec) SetLen(length int) {
ztypes_linux_amd64.go#L211: type Iovec struct {
ztypes_linux_amd64.go#L236: Iov *Iovec
internal/poll
fd_unixjs.go#L13: iovecs *[]syscall.Iovec
fd_writev_unix.go#L14: func writev(fd int, iovecs []syscall.Iovec) (uintptr, error) {
iovec_unix.go#L11: func newIovecWithBase(base *byte) syscall.Iovec {
iovec_unix.go#L12: return syscall.Iovec{Base: base}
writev.go#L25: var iovecs []syscall.Iovec
writev.go#L60: fd.iovecs = new([]syscall.Iovec)
writev.go#L73: iovecs[i] = syscall.Iovec{}
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. |