HomeSort by relevance Sort by last modified time
    Searched refs:kConnectionHeaderLength (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/websockets/
websocket_handshake_draft75.cc 26 const size_t WebSocketHandshakeDraft75::kConnectionHeaderLength =
91 if (header_size < kConnectionHeaderLength)
93 if (memcmp(p, kConnectionHeader, kConnectionHeaderLength)) {
96 << std::string(p, kConnectionHeaderLength);
99 p += kConnectionHeaderLength;
websocket_handshake_draft75.h 28 static const size_t kConnectionHeaderLength;
websocket_handshake_draft75_unittest.cc 63 WebSocketHandshakeDraft75::kConnectionHeaderLength));

Completed in 1228 milliseconds