Home
last modified time | relevance | path

Searched refs:asc_line (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dlogging.cc517 char hex_line[LINE_SIZE * 9 / 4 + 2], asc_line[LINE_SIZE + 1]; in LogMultiline() local
519 memset(asc_line, ' ', sizeof(asc_line)); in LogMultiline()
524 asc_line[i] = isprint(ch) ? ch : '.'; in LogMultiline()
528 asc_line[sizeof(asc_line)-1] = 0; in LogMultiline()
531 << asc_line << " " << hex_line << " "; in LogMultiline()