Searched refs:bytes_to_send (Results 1 – 1 of 1) sorted by relevance
1275 off_t bytes_to_send; in uv__fs_copyfile() local1377 bytes_to_send = src_statsbuf.st_size; in uv__fs_copyfile()1379 while (bytes_to_send != 0) { in uv__fs_copyfile()1381 if (bytes_to_send < (off_t) bytes_chunk) in uv__fs_copyfile()1382 bytes_chunk = bytes_to_send; in uv__fs_copyfile()1392 bytes_to_send -= bytes_written; in uv__fs_copyfile()