Searched refs:uv__fs_try_copy_file_range (Results 1 - 2 of 2) sorted by relevance
/third_party/libuv/src/unix/ |
H A D | fs.c | 891 static ssize_t uv__fs_try_copy_file_range(int in_fd, off_t* off, in uv__fs_try_copy_file_range() function 959 r = uv__fs_try_copy_file_range(in_fd, &off, out_fd, len); in uv__fs_sendfile()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 969 static ssize_t uv__fs_try_copy_file_range(int in_fd, off_t* off, in uv__fs_try_copy_file_range() function 1037 r = uv__fs_try_copy_file_range(in_fd, &off, out_fd, len); in uv__fs_sendfile()
|
Completed in 6 milliseconds