Searched refs:out_fd (Results 1 – 4 of 4) sorted by relevance
/libuv/src/unix/ |
H A D | fs.c | 848 int out_fd; in uv__fs_sendfile_emul() local 853 out_fd = req->file; in uv__fs_sendfile_emul() 924 pfd.fd = out_fd; in uv__fs_sendfile_emul() 1016 if (uv__is_cifs_or_smb(out_fd)) in uv__fs_try_copy_file_range() 1037 int out_fd; in uv__fs_sendfile() local 1040 out_fd = req->file; in uv__fs_sendfile() 1059 r = sendfile(out_fd, in_fd, &off, len); in uv__fs_sendfile() 1112 r = sendfile(in_fd, out_fd, req->off, &len, NULL, 0); in uv__fs_sendfile() 1140 (void) &out_fd; in uv__fs_sendfile() 2157 uv_file out_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 | 1566 uv_file out_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 18 milliseconds