Searched refs:bytes_copied (Results 1 – 2 of 2) sorted by relevance
889 UINT16 bytes_copied; in hidh_conn_snd_data() local943 bytes_copied = 0; in hidh_conn_snd_data()953 bytes_copied = p_hcon->rem_mtu_size - 1; in hidh_conn_snd_data()961 bytes_copied = buf->len; in hidh_conn_snd_data()971 data_size = bytes_copied = 1; in hidh_conn_snd_data()977 memcpy (p_out, (((UINT8 *)(buf+1)) + buf->offset), bytes_copied); in hidh_conn_snd_data()978 buf->offset += bytes_copied; in hidh_conn_snd_data()979 buf->len -= bytes_copied; in hidh_conn_snd_data()983 *(p_out+bytes_copied) = data & 0xff; in hidh_conn_snd_data()987 *(p_out+bytes_copied) = data & 0xff; in hidh_conn_snd_data()[all …]
222 uint64_t bytes_copied = 0; in SendLargeFile() local246 bytes_copied += bytes_read; in SendLargeFile()253 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFile()535 uint64_t bytes_copied = 0; in sync_recv() local576 bytes_copied += msg.data.size; in sync_recv()578 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, size); in sync_recv()