Searched defs:kConnection (Results 1 – 7 of 7) sorted by relevance
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
104 enum class Type { kInitiation, kConnection }; enumerator
86 static const char kConnection[]; variable
56 const char HttpRequestHeaders::kConnection[] = "Connection"; member in net::HttpRequestHeaders
54 static const Connection* kConnection = variable
293 const char kConnection[] = "\r\nConnection: "; in ReadIntoBuffer() local
147 enum class TokenType { kInitializing, kConnection }; enumerator