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

/external/webrtc/src/system_wrappers/source/
H A Ddata_log_unittest.cc49 char line_buffer[kMaxLineLength];
50 char* ret = fgets(line_buffer, kMaxLineLength, log_file);
55 std::string line(line_buffer, kMaxLineLength);
57 while (fgets(line_buffer, kMaxLineLength, log_file) != NULL) {
58 line = std::string(line_buffer, kMaxLineLength);
112 enum { kMaxLineLength = 100 }; enumerator in enum:DataLogParser::__anon28147
/external/chromium/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc69 static const size_t kMaxLineLength = 1024; variable
522 if ((line.length() == 0) || (line.length() > kMaxLineLength)
528 char buffer[kMaxLineLength];
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc69 static const size_t kMaxLineLength = 1024; variable
524 if ((line.length() == 0) || (line.length() > kMaxLineLength)
530 char buffer[kMaxLineLength];

Completed in 124 milliseconds