Searched refs:uv_fs_sendfile (Results 1 - 9 of 9) sorted by relevance
/third_party/libuv/test/ |
H A D | test-threadpool-cancel.c | 350 ASSERT_OK(uv_fs_sendfile(loop, reqs + n++, 0, 0, 0, 0, fs_cb)); in TEST_IMPL()
|
H A D | test-fs.c | 1238 r = uv_fs_sendfile(loop, &sendfile_req, open_req2.result, open_req1.result, in test_sendfile() 4251 r = uv_fs_sendfile(NULL, NULL, 0, 0, 0, 0, NULL); in TEST_IMPL()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1272 uv_fs_sendfile(NULL, &fs_req, dstfd, srcfd, in_offset, bytes_chunk, NULL); in uv__fs_copyfile() 2027 int uv_fs_sendfile(uv_loop_t* loop, in uv_fs_sendfile() function
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1383 uv_fs_sendfile(NULL, &fs_req, dstfd, srcfd, in_offset, bytes_chunk, NULL); in uv__fs_copyfile() 2109 int uv_fs_sendfile(uv_loop_t* loop, in uv_fs_sendfile() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1577 UV_EXTERN int uv_fs_sendfile(uv_loop_t* loop,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1448 UV_EXTERN int uv_fs_sendfile(uv_loop_t* loop,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1465 UV_EXTERN int uv_fs_sendfile(uv_loop_t* loop,
|
/third_party/libuv/src/win/ |
H A D | fs.c | 3310 int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out, in uv_fs_sendfile() function
|
/third_party/node/deps/uv/src/win/ |
H A 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
|
Completed in 25 milliseconds