Searched refs:total_bytes (Results 1 – 3 of 3) sorted by relevance
280 uptr total_bytes = 0; in PrintStats() local284 total_bytes += (*it).size; in PrintStats()291 uptr total_quarantined_bytes = total_bytes - total_overhead_bytes; in PrintStats()297 batch_count, total_bytes, total_quarantined_bytes, in PrintStats()
18 ; uint64_t total_bytes:16;27 ; bufptr.s.total_bytes = bufptr.s.length;
1750 size_t total_bytes = 0; in HandleDisplayOfEvent() local1760 total_bytes += DumpHeader(stream, event); in HandleDisplayOfEvent()1763 total_bytes += len; in HandleDisplayOfEvent()1767 total_bytes += sizeof(char); in HandleDisplayOfEvent()1769 return total_bytes; in HandleDisplayOfEvent()