Home
last modified time | relevance | path

Searched refs:in_offset (Results 1 – 5 of 5) sorted by relevance

/libuv/src/unix/
H A Dfs.c1252 off_t in_offset; in uv__fs_copyfile() local
1395 in_offset = 0; in uv__fs_copyfile()
1400 uv_fs_sendfile(NULL, &fs_req, dstfd, srcfd, in_offset, bytes_chunk, NULL); in uv__fs_copyfile()
1410 in_offset += bytes_written; in uv__fs_copyfile()
/libuv/docs/src/guide/
H A Dfilesystem.rst148 …e(uv_loop_t* loop, uv_fs_t* req, uv_file out_fd, uv_file in_fd, int64_t in_offset, size_t length, …
/libuv/src/win/
H A Dfs.c3455 uv_file fd_in, int64_t in_offset, size_t length, uv_fs_cb cb) { in uv_fs_sendfile() argument
3459 req->fs.info.offset = in_offset; in uv_fs_sendfile()
/libuv/include/
H A Duv.h1568 int64_t in_offset,
/libuv/docs/src/
H A Dfs.rst414 …e(uv_loop_t* loop, uv_fs_t* req, uv_file out_fd, uv_file in_fd, int64_t in_offset, size_t length, …

Completed in 33 milliseconds