Searched refs:bytes_to_send (Results 1 – 1 of 1) sorted by relevance
1251 off_t bytes_to_send; in uv__fs_copyfile() local1394 bytes_to_send = src_statsbuf.st_size; in uv__fs_copyfile()1396 while (bytes_to_send != 0) { 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()1409 bytes_to_send -= bytes_written; in uv__fs_copyfile()
Completed in 9 milliseconds