Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dfs.c1254 size_t bytes_chunk; in uv__fs_copyfile() local
1397 bytes_chunk = SSIZE_MAX; in uv__fs_copyfile()
1398 if (bytes_to_send < (off_t) bytes_chunk) in uv__fs_copyfile()
1399 bytes_chunk = bytes_to_send; in uv__fs_copyfile()
1400 uv_fs_sendfile(NULL, &fs_req, dstfd, srcfd, in_offset, bytes_chunk, NULL); in uv__fs_copyfile()

Completed in 14 milliseconds