Home
last modified time | relevance | path

Searched refs:cancel_check_call_host (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc169 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;
Dsecurity_connector.h124 void (*cancel_check_call_host)(grpc_channel_security_connector* sc, member
Dlocal_security_connector.cc209 c->base.cancel_check_call_host = local_cancel_check_call_host; in grpc_local_channel_security_connector_create()
Dalts_security_connector.cc259 c->base.cancel_check_call_host = alts_cancel_check_call_host; in grpc_alts_channel_security_connector_create()
/external/grpc-grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc257 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()