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

  /external/libbrillo/brillo/http/
http_request.h 48 BRILLO_EXPORT extern const char kConnection[];
88 BRILLO_EXPORT extern const char kConnection[];
http_request_unittest.cc 114 {request_header::kConnection, "close"},
128 {request_header::kConnection, "close"},
http_request.cc 40 const char request_header::kConnection[] = "Connection";
78 const char response_header::kConnection[] = "Connection";
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 314 const char kConnection[] = "\r\nConnection: ";
315 if (GetHeaderValue(*data, i, kConnection, &should_close) &&

Completed in 72 milliseconds