Searched refs:total_read_bytes (Results 1 – 1 of 1) sorted by relevance
72 size_t total_read_bytes = 0; in ReadAllBytes() local73 while (total_read_bytes < size && now < deadline) { in ReadAllBytes()75 conn.Read(read_buffer + total_read_bytes, size - total_read_bytes, in ReadAllBytes()79 total_read_bytes += read_bytes; in ReadAllBytes()84 if (total_read_bytes < size) in ReadAllBytes()