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

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-threadpool-cancel.c314 ASSERT(0 == uv_fs_sendfile(loop, reqs + n++, 0, 0, 0, 0, fs_cb));
H A Dtest-fs.c1228 r = uv_fs_sendfile(loop, &sendfile_req, open_req2.result, open_req1.result,
4167 r = uv_fs_sendfile(NULL, NULL, 0, 0, 0, 0, NULL);
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c1383 uv_fs_sendfile(NULL, &fs_req, dstfd, srcfd, in_offset, bytes_chunk, NULL);
2109 int uv_fs_sendfile(uv_loop_t* loop, function
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1465 UV_EXTERN int uv_fs_sendfile(uv_loop_t* loop,
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c3323 int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out, function

Completed in 287 milliseconds