Home
last modified time | relevance | path

Searched refs:call_host (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc127 const char* url_scheme, grpc_slice call_host, grpc_slice call_method, in grpc_auth_metadata_context_build() argument
145 char* host_and_port = grpc_slice_to_c_string(call_host); in grpc_auth_metadata_context_build()
308 char* call_host = grpc_slice_to_c_string(calld->host); in auth_start_transport_stream_op_batch() local
311 chand->security_connector, call_host, chand->auth_context, in auth_start_transport_stream_op_batch()
324 gpr_free(call_host); in auth_start_transport_stream_op_batch()
Dauth_filters.h31 const char* url_scheme, grpc_slice call_host, grpc_slice call_method,
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dauth_filters.h31 const char* url_scheme, const grpc_slice& call_host,
Dclient_auth_filter.cc189 const char* url_scheme, const grpc_slice& call_host, in grpc_auth_metadata_context_build() argument
207 char* host_and_port = grpc_slice_to_c_string(call_host); in grpc_auth_metadata_context_build()
383 absl::string_view call_host(grpc_core::StringViewFromSlice(calld->host)); in client_auth_start_transport_stream_op_batch() local
386 call_host, chand->auth_context.get(), in client_auth_start_transport_stream_op_batch()
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc1146 const char* call_host; member
1188 grpc_slice call_host = in test_auth_metadata_context() local
1189 grpc_slice_from_copied_string(test_cases[i].call_host); in test_auth_metadata_context()
1194 grpc_auth_metadata_context_build(url_scheme, call_host, call_method, in test_auth_metadata_context()
1209 grpc_slice_unref(call_host); in test_auth_metadata_context()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dcredentials_test.cc1915 const char* call_host; member
1957 grpc_slice call_host = in test_auth_metadata_context() local
1958 grpc_slice_from_copied_string(test_cases[i].call_host); in test_auth_metadata_context()
1963 grpc_auth_metadata_context_build(url_scheme, call_host, call_method, in test_auth_metadata_context()
1978 grpc_slice_unref(call_host); in test_auth_metadata_context()