Searched refs:line_bytes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_utils.cc289 const int line_bytes = std::min(bytes_remaining, kBytesPerLine); local
292 if (i < line_bytes) {
300 for (int i = 0; i < line_bytes; ++i) { // Do the ASCII dump
304 bytes_remaining -= line_bytes;
305 offset += line_bytes;
306 p += line_bytes;

Completed in 274 milliseconds