Home | History | Annotate | Download | only in syscall

Lines Matching full:infd

1389 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
1390 infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)