Searched refs:total_bytes_read (Results 1 – 6 of 6) sorted by relevance
682 size_t &total_bytes_read) { in ReadCStringFromMemory() argument690 total_bytes_read = 0; in ReadCStringFromMemory()705 total_bytes_read = in ReadCStringFromMemory()711 total_bytes_read += bytes_read; in ReadCStringFromMemory()717 string_size = total_bytes_read - 1; in ReadCStringFromMemory()722 total_bytes_read--; in ReadCStringFromMemory()
791 u_int64_t total_bytes_read, total_transfers_read; in devstats() local835 DSM_TOTAL_BYTES_READ, &total_bytes_read, in devstats()907 total_bytes_read / 1024, in devstats()
127 size_t &total_bytes_read);
1756 uint64_t total_bytes_read = 0; in DownloadModuleSlice() local1757 while (total_bytes_read < src_size) { in DownloadModuleSlice()1759 src_size - total_bytes_read); in DownloadModuleSlice()1769 total_bytes_read += n_read; in DownloadModuleSlice()
2205 size_t total_bytes_read = 0; in ReadStringFromMemory() local2232 size_t aligned_start = total_bytes_read - total_bytes_read % type_width; in ReadStringFromMemory()2234 i + type_width <= total_bytes_read + bytes_read; i += type_width) in ReadStringFromMemory()2240 total_bytes_read += bytes_read; in ReadStringFromMemory()2245 return total_bytes_read; in ReadStringFromMemory()
894 size_t total_bytes_read = 0; in ReadPointedString() local953 total_bytes_read = bytes_read; in ReadPointedString()972 total_bytes_read += bytes_read; in ReadPointedString()1011 return {total_bytes_read, was_capped}; in ReadPointedString()