Home
last modified time | relevance | path

Searched refs:kConnection (Results 1 – 4 of 4) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_request.h48 BRILLO_EXPORT extern const char kConnection[];
88 BRILLO_EXPORT extern const char kConnection[];
Dhttp_request_unittest.cc114 {request_header::kConnection, "close"}, in TEST_F()
128 {request_header::kConnection, "close"}, in TEST_F()
Dhttp_request.cc40 const char request_header::kConnection[] = "Connection"; member in brillo::http::request_header
78 const char response_header::kConnection[] = "Connection"; member in brillo::http::response_header
/external/webrtc/webrtc/examples/peerconnection/client/
Dpeer_connection_client.cc314 const char kConnection[] = "\r\nConnection: "; in ReadIntoBuffer() local
315 if (GetHeaderValue(*data, i, kConnection, &should_close) && in ReadIntoBuffer()