Searched defs:SendFile (Results 1 – 4 of 4) sorted by relevance
| /prebuilts/go/linux-x86/src/internal/poll/ |
| D | sendfile_windows.go | 13 func SendFile(fd *FD, src syscall.Handle, n int64) (written int64, err error) { func
|
| D | sendfile_linux.go | 14 func SendFile(dstFD *FD, src int, remain int64) (written int64, err error, handled bool) { func
|
| D | sendfile_bsd.go | 16 func SendFile(dstFD *FD, src int, pos, remain int64) (written int64, err error, handled bool) { func
|
| D | sendfile_solaris.go | 19 func SendFile(dstFD *FD, src int, pos, remain int64) (written int64, err error, handled bool) { func
|