Searched defs:kConnection (Results 1 – 6 of 6) sorted by relevance
104 enum class Type { kInitiation, kConnection }; enumerator
40 const char request_header::kConnection[] = "Connection"; member in brillo::http::request_header78 const char response_header::kConnection[] = "Connection"; member in brillo::http::response_header
86 static const char kConnection[]; variable
54 const char HttpRequestHeaders::kConnection[] = "Connection"; member in net::HttpRequestHeaders
54 static const Connection* kConnection = variable
293 const char kConnection[] = "\r\nConnection: "; in ReadIntoBuffer() local