Searched refs:uv_fs_sendfile (Results 1 – 9 of 9) sorted by relevance
/third_party/libuv/test/ |
D | test-threadpool-cancel.c | 314 ASSERT(0 == uv_fs_sendfile(loop, reqs + n++, 0, 0, 0, 0, fs_cb)); in TEST_IMPL()
|
D | test-fs.c | 1174 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/ |
D | fs.rst | 370 :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/ |
D | fs.c | 1382 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/ |
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…
|
/third_party/libuv/include/ |
D | uv.h | 1465 UV_EXTERN int uv_fs_sendfile(uv_loop_t* loop,
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1448 UV_EXTERN int uv_fs_sendfile(uv_loop_t* loop,
|
/third_party/libuv/ |
D | ChangeLog | 98 * 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/ |
D | fs.c | 3323 int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out, in uv_fs_sendfile() function
|