Home
last modified time | relevance | path

Searched defs:header_value (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/system/update_engine/
H A Dlibcurl_http_fetcher_unittest.cc53 const string header_value = ""; in TEST_F() local
61 const string header_value = "This-is-value 123"; in TEST_F() local
78 const string header_value = "\a\b\t\v\f\r\\ edge:-case: \a\b\t\v\f\r\\"; in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/codec/
Dcompression.rs97 let header_value = map.get(ACCEPT_ENCODING_HEADER)?; in from_accept_encoding_header() localVariable
114 let header_value = if let Some(value) = map.get(ENCODING_HEADER) { in from_encoding_header() localVariable
142 let header_value = enabled_encodings in from_encoding_header() localVariable
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_service.cc123 std::optional<base::Value> header_value = base::JSONReader::Read( in ProcessReportToHeader() local
226 const base::Value& header_value) { in DoProcessReportToHeader()
239 base::flat_map<std::string, std::string> header_value) { in DoSetDocumentReportingEndpoints()
H A Dreporting_header_parser_unittest.cc205 const char* header_value; in TEST_P() member
1812 const char* header_value; in TEST_P() member
1830 const char* header_value; in TEST_P() member
/aosp_15_r20/system/update_engine/common/
H A Dfile_fetcher.h59 const std::string& header_value) override {} in SetHeader()
62 std::string* header_value) const override { in GetHeader()
H A Dmulti_range_http_fetcher.h82 const std::string& header_value) override { in SetHeader()
87 std::string* header_value) const override { in GetHeader()
H A Dmock_http_fetcher.cc110 const std::string& header_value) { in SetHeader()
H A Dmock_http_fetcher.h90 std::string* header_value) const override { in GetHeader()
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dhttp_request.cc147 std::string header_value = in ParseHeaders() local
155 std::string header_value = Trim(header_line.substr( in ParseHeaders() local
H A Dhttp1_connection.cc109 const std::string& header_value = header_pair.second; in SendResponseHeaders() local
/aosp_15_r20/external/aws-crt-java/src/native/
H A Dhttp_request_utils.c327 struct aws_byte_cursor header_value = aws_byte_cursor_advance(request_blob, field_len); in s_unmarshal_http_request_without_version() local
353 struct aws_byte_cursor header_value = aws_byte_cursor_advance(request_blob, field_len); in s_unmarshal_http_headers() local
/aosp_15_r20/external/cronet/net/android/
H A Dandroid_http_util.cc21 std::string header_value(ConvertJavaStringToUTF8(env, j_header_value)); in JNI_HttpUtil_IsAllowedHeader() local
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cookie_indices_fuzztest.cc12 void FuzzParseFromHeader(std::string_view header_value) { in FuzzParseFromHeader()
H A Dproxy_client_socket.cc80 std::string header_value; in SanitizeProxyAuth() local
/aosp_15_r20/external/cronet/net/spdy/
H A Dheader_coalescer.cc26 std::string_view header_value, in NetLogInvalidHeader()
/aosp_15_r20/external/cronet/net/device_bound_sessions/
H A Ddevice_bound_session_registration_fetcher_param.cc127 std::string header_value; in CreateIfValid() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server3/
Drequest_parser.hpp86 header_value, enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server2/
Drequest_parser.hpp86 header_value, enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server/
Drequest_parser.hpp86 header_value, enumerator
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_handshake_stream_base.cc97 std::string header_value; in ValidateExtensions() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/http/server/
Drequest_parser.hpp87 header_value, enumerator
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_backend.cc97 const std::vector<absl::string_view> header_value = in ProcessWebTransportRequest() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/authorization/
H A Dcel_authorization_engine.cc131 absl::optional<absl::string_view> header_value = in CreateActivation() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Dcel_authorization_engine.cc131 absl::optional<absl::string_view> header_value = in CreateActivation() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/stateful_session/
Dstateful_session_filter.cc192 auto header_value = in GetOverrideHostFromCookie() local

123