HomeSort by: relevance | last modified time | path
    Searched defs:uv_fs_sendfile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
fs.c 1384 uv_fs_sendfile(NULL, &fs_req, dstfd, srcfd, in_offset, bytes_chunk, NULL);
2139 int uv_fs_sendfile(uv_loop_t* loop, function
  /src/external/mit/libuv/dist/src/win/
fs.c 3658 int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out, function
3660 INIT(UV_FS_SENDFILE);

Completed in 16 milliseconds