Searched refs:in_fd (Results 1 – 4 of 4) sorted by relevance
/libuv/src/unix/ |
H A D | fs.c | 847 int in_fd; in uv__fs_sendfile_emul() local 852 in_fd = req->flags; in uv__fs_sendfile_emul() 889 nread = pread(in_fd, buf, buflen, offset); in uv__fs_sendfile_emul() 891 nread = read(in_fd, buf, buflen); in uv__fs_sendfile_emul() 1006 if (uv__is_buggy_cephfs(in_fd)) in uv__fs_try_copy_file_range() 1036 int in_fd; in uv__fs_sendfile() local 1039 in_fd = req->flags; in uv__fs_sendfile() 1059 r = sendfile(out_fd, in_fd, &off, len); in uv__fs_sendfile() 1139 (void) &in_fd; in uv__fs_sendfile() 2158 uv_file in_fd, in uv_fs_sendfile() argument [all …]
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 148 …int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file out_fd, uv_file in_fd, int64_t in_offset…
|
/libuv/include/ |
H A D | uv.h | 1567 uv_file in_fd,
|
/libuv/docs/src/ |
H A D | fs.rst | 414 .. c:function:: int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file out_fd, uv_file in_fd, in…
|
Completed in 25 milliseconds