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

  /external/chromium/net/websockets/
websocket_handshake_draft75.cc 72 int eoh = HttpUtil::LocateEndOfHeaders(data, len);
102 int eoh = HttpUtil::LocateEndOfHeaders(data, len);
websocket_handshake_handler.cc 146 HttpUtil::LocateEndOfHeaders(input.data(), input.size(), 0);
303 original_header_length_ = HttpUtil::LocateEndOfHeaders(
websocket_handshake.cc 87 int eoh = HttpUtil::LocateEndOfHeaders(data, len);
  /external/chromium/net/http/
http_util_unittest.cc 177 TEST(HttpUtilTest, LocateEndOfHeaders) {
191 int eoh = HttpUtil::LocateEndOfHeaders(tests[i].input, input_len);
http_util.h 126 static int LocateEndOfHeaders(const char* buf, int buf_len, int i = 0);
132 // the end-of-headers marker as defined by LocateEndOfHeaders.
http_stream_parser.cc 570 end_offset = HttpUtil::LocateEndOfHeaders(
  /external/chromium/net/socket_stream/
socket_stream.cc 711 int eoh = HttpUtil::LocateEndOfHeaders(
    [all...]

Completed in 69 milliseconds