Home
last modified time | relevance | path

Searched defs:kContentLength (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_request.cc43 const char request_header::kContentLength[] = "Content-Length"; member in brillo::http::request_header
81 const char response_header::kContentLength[] = "Content-Length"; member in brillo::http::response_header
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/tests/
H A Dtest_utils.cc139 constexpr char kContentLength[] = "Content-Length: "; in GetContentLength() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/qpack/
H A Dqpack_offline_decoder.cc309 const char* kContentLength = "content-length"; in CompareHeaderBlocks() local
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_request_headers.h89 static const char kContentLength[]; variable
H A Dhttp_request_headers.cc57 const char HttpRequestHeaders::kContentLength[] = "Content-Length"; member in net::HttpRequestHeaders
/aosp_15_r20/external/webrtc/examples/peerconnection/server/
H A Ddata_socket.cc233 static const char kContentLength[] = "Content-Length:"; in ParseContentLengthAndType() local
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/fuzzer/
H A Drtsp_connection_fuzzer.cpp34 const std::string kContentLength = "content-length: "; variable
/aosp_15_r20/external/cronet/net/server/
H A Dhttp_server.cc291 const char kContentLength[] = "content-length"; in HttpServer() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_frame.cc48 constexpr absl::string_view kContentLength = "content-length"; variable
H A Dbalsa_headers.cc29 constexpr absl::string_view kContentLength("Content-Length"); variable
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_network_transaction_unittest.cc1941 const uint64_t kContentLength = 0; in TEST_P() local