OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trimInputSample
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp
130
static String
trimInputSample
(const char* p, size_t length)
626
failureReason = "CR doesn't follow LF at " +
trimInputSample
(p, end - p);
629
failureReason = "Unexpected CR in name at " +
trimInputSample
(name.data(), name.size());
632
failureReason = "Unexpected LF in name at " +
trimInputSample
(name.data(), name.size());
653
failureReason = "Unexpected LF in value at " +
trimInputSample
(value.data(), value.size());
664
failureReason = "CR doesn't follow LF after value at " +
trimInputSample
(p, end - p);
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.cpp
105
static String
trimInputSample
(const char* p, size_t len)
454
m_failureReason = formatHandshakeFailureReason("No response code found in status line: " +
trimInputSample
(header, lineLength - 2));
Completed in 348 milliseconds