Searched refs:fd_in (Results 1 – 4 of 4) sorted by relevance
/libuv/src/unix/ |
H A D | freebsd.c | 278 uv__fs_copy_file_range(int fd_in, in uv__fs_copy_file_range() argument 286 return copy_file_range(fd_in, off_in, fd_out, off_out, len, flags); in uv__fs_copy_file_range()
|
H A D | internal.h | 444 uv__fs_copy_file_range(int fd_in, 475 uv__fs_copy_file_range(int fd_in,
|
H A D | linux.c | 375 uv__fs_copy_file_range(int fd_in, in uv__fs_copy_file_range() argument 384 fd_in, in uv__fs_copy_file_range()
|
/libuv/src/win/ |
H A D | fs.c | 2226 int fd_in = req->file.fd, fd_out = req->fs.info.fd_out; in fs__sendfile() local 2239 result_offset = _lseeki64(fd_in, offset, SEEK_SET); in fs__sendfile() 2246 n = _read(fd_in, buf, length < buf_size ? length : buf_size); in fs__sendfile() 3455 uv_file fd_in, int64_t in_offset, size_t length, uv_fs_cb cb) { in uv_fs_sendfile() argument 3457 req->file.fd = fd_in; in uv_fs_sendfile()
|
Completed in 23 milliseconds