Home
last modified time | relevance | path

Searched refs:uv_fs_sendfile (Results 1 – 9 of 9) sorted by relevance

/third_party/libuv/test/
Dtest-threadpool-cancel.c314 ASSERT(0 == uv_fs_sendfile(loop, reqs + n++, 0, 0, 0, 0, fs_cb)); in TEST_IMPL()
Dtest-fs.c1174 r = uv_fs_sendfile(loop, &sendfile_req, open_req2.result, open_req1.result, in test_sendfile()
4020 r = uv_fs_sendfile(NULL, NULL, 0, 0, 0, 0, NULL); in TEST_IMPL()
/third_party/libuv/docs/src/
Dfs.rst370 :c:func:`uv_fs_sendfile()` is used.
391 .. c:function:: int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file out_fd, uv_file in_fd, in…
/third_party/libuv/src/unix/
Dfs.c1382 uv_fs_sendfile(NULL, &fs_req, dstfd, srcfd, in_offset, bytes_chunk, NULL); in uv__fs_copyfile()
2108 int uv_fs_sendfile(uv_loop_t* loop, in uv_fs_sendfile() function
/third_party/libuv/docs/src/guide/
Dfilesystem.rst148 …int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file out_fd, uv_file in_fd, int64_t in_offset…
/third_party/libuv/include/
Duv.h1465 UV_EXTERN int uv_fs_sendfile(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
Duv.h1448 UV_EXTERN int uv_fs_sendfile(uv_loop_t* loop,
/third_party/libuv/
DChangeLog98 * freebsd: use copy_file_range() in uv_fs_sendfile() (David Carlier)
409 * unix,fs: fix uv_fs_sendfile() (Santiago Gimeno)
1264 * test: test zero-sized uv_fs_sendfile() writes (Ben Noordhuis)
3285 * dragonflybsd: use sendfile(2) for uv_fs_sendfile (Michael Neumann)
4957 * openbsd: fix uv_fs_sendfile() unused variable warnings (Ben Noordhuis)
5106 * darwin: use uv_fs_sendfile() use the sendfile api correctly (Wynn Wilkes)
5158 * darwin: use uv_fs_sendfile() use the sendfile api correctly (Wynn Wilkes)
/third_party/libuv/src/win/
Dfs.c3323 int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out, in uv_fs_sendfile() function