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

  /external/chromium/net/websockets/
websocket_handshake_draft75.h 28 static const size_t kConnectionHeaderLength;
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;

Completed in 92 milliseconds