Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-threadpool-cancel.c350 ASSERT_OK(uv_fs_sendfile(loop, reqs + n++, 0, 0, 0, 0, fs_cb)); in TEST_IMPL()
H A Dtest-fs.c1238 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 Dfs.c1272 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 Dfs.c1383 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 Duv.h1577 UV_EXTERN int uv_fs_sendfile(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1448 UV_EXTERN int uv_fs_sendfile(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1465 UV_EXTERN int uv_fs_sendfile(uv_loop_t* loop,
/third_party/libuv/src/win/
H A Dfs.c3310 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 Dfs.c3323 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