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

/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DHTTPParsers.cpp131 static String trimInputSample(const char* p, size_t length) function in namespace:WebCore
624 failureReason = "CR doesn't follow LF at " + trimInputSample(p, end - p);
627 failureReason = "Unexpected CR in name at " + trimInputSample(name.data(), name.size());
630 failureReason = "Unexpected LF in name at " + trimInputSample(name.data(), name.size());
651 failureReason = "Unexpected LF in value at " + trimInputSample(value.data(), value.size());
662 failureReason = "CR doesn't follow LF after value at " + trimInputSample(p, end - p);
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketHandshake.cpp95 static String trimInputSample(const char* p, size_t len) function in namespace:WebCore
446 m_failureReason = "No response code found: " + trimInputSample(header, lineLength - 2);

Completed in 265 milliseconds