/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/ |
D | client_auth_filter.cc | 355 static void cancel_check_call_host(void* arg, grpc_error_handle error) { in cancel_check_call_host() function 360 chand->security_connector->cancel_check_call_host( in cancel_check_call_host() 402 &calld->check_call_host_cancel_closure, cancel_check_call_host, in client_auth_start_transport_stream_op_batch()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/insecure/ |
D | insecure_security_connector.h | 52 void cancel_check_call_host(grpc_closure* on_call_host_checked,
|
D | insecure_security_connector.cc | 60 void InsecureChannelSecurityConnector::cancel_check_call_host( in cancel_check_call_host() function in grpc_core::InsecureChannelSecurityConnector
|
/external/grpc-grpc/src/core/lib/security/security_connector/ |
D | security_connector.cc | 169 c = GPR_ICMP((void*)sc1->cancel_check_call_host, in grpc_channel_security_connector_cmp() 170 (void*)sc2->cancel_check_call_host); in grpc_channel_security_connector_cmp() 200 if (sc == nullptr || sc->cancel_check_call_host == nullptr) { in grpc_channel_security_connector_cancel_check_call_host() 204 sc->cancel_check_call_host(sc, on_call_host_checked, error); in grpc_channel_security_connector_cancel_check_call_host() 558 c->base.cancel_check_call_host = fake_channel_cancel_check_call_host; 1078 c->base.cancel_check_call_host = ssl_channel_cancel_check_call_host;
|
D | security_connector.h | 124 void (*cancel_check_call_host)(grpc_channel_security_connector* sc, member
|
D | local_security_connector.cc | 209 c->base.cancel_check_call_host = local_cancel_check_call_host; in grpc_local_channel_security_connector_create()
|
D | alts_security_connector.cc | 259 c->base.cancel_check_call_host = alts_cancel_check_call_host; in grpc_alts_channel_security_connector_create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ |
D | security_connector.h | 115 virtual void cancel_check_call_host(grpc_closure* on_call_host_checked,
|
/external/grpc-grpc/src/core/lib/security/transport/ |
D | client_auth_filter.cc | 257 static void cancel_check_call_host(void* arg, grpc_error* error) { in cancel_check_call_host() function 321 cancel_check_call_host, elem, in auth_start_transport_stream_op_batch()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/http/ |
D | httpcli_security_connector.cc | 128 void cancel_check_call_host(grpc_closure* /*on_call_host_checked*/, in cancel_check_call_host() function in grpc_httpcli_ssl_channel_security_connector
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/ |
D | tls_security_connector.h | 75 void cancel_check_call_host(grpc_closure* on_call_host_checked,
|
D | tls_security_connector.cc | 330 void TlsChannelSecurityConnector::cancel_check_call_host( in cancel_check_call_host() function in grpc_core::TlsChannelSecurityConnector
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/local/ |
D | local_security_connector.cc | 200 void cancel_check_call_host(grpc_closure* /*on_call_host_checked*/, in cancel_check_call_host() function in __anonc81beb050111::grpc_local_channel_security_connector
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/ |
D | alts_security_connector.cc | 130 void cancel_check_call_host(grpc_closure* /*on_call_host_checked*/, in cancel_check_call_host() function in __anon3036ba370111::grpc_alts_channel_security_connector
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/fake/ |
D | fake_security_connector.cc | 142 void cancel_check_call_host(grpc_closure* /*on_call_host_checked*/, in cancel_check_call_host() function in __anon3872ac5d0111::grpc_fake_channel_security_connector
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ssl/ |
D | ssl_security_connector.cc | 199 void cancel_check_call_host(grpc_closure* /*on_call_host_checked*/, in cancel_check_call_host() function in __anon381f0cd30111::grpc_ssl_channel_security_connector
|