Lines Matching refs:bytes_copied
1263 std::size_t bytes_copied = buffer_copy(target_buffer, source_buffer); in buffer_copy() local
1264 total_bytes_copied += bytes_copied; in buffer_copy()
1265 target_buffer = target_buffer + bytes_copied; in buffer_copy()
1434 std::size_t bytes_copied = buffer_copy(target_buffer, source_buffer); in buffer_copy() local
1435 total_bytes_copied += bytes_copied; in buffer_copy()
1436 source_buffer = source_buffer + bytes_copied; in buffer_copy()
1563 std::size_t bytes_copied = buffer_copy(target_buffer, source_buffer); in buffer_copy() local
1564 total_bytes_copied += bytes_copied; in buffer_copy()
1566 if (bytes_copied == buffer_size(target_buffer)) in buffer_copy()
1572 target_buffer_offset += bytes_copied; in buffer_copy()
1574 if (bytes_copied == buffer_size(source_buffer)) in buffer_copy()
1580 source_buffer_offset += bytes_copied; in buffer_copy()
2057 std::size_t bytes_copied = buffer_copy(target_buffer, in buffer_copy() local
2059 total_bytes_copied += bytes_copied; in buffer_copy()
2061 if (bytes_copied == buffer_size(target_buffer)) in buffer_copy()
2067 target_buffer_offset += bytes_copied; in buffer_copy()
2069 if (bytes_copied == buffer_size(source_buffer)) in buffer_copy()
2075 source_buffer_offset += bytes_copied; in buffer_copy()