Searched defs:grpc_channel_security_connector (Results 1 – 2 of 2) sorted by relevance
114 typedef struct grpc_channel_security_connector grpc_channel_security_connector; typedef116 struct grpc_channel_security_connector { struct120 bool (*check_call_host)(grpc_channel_security_connector* sc, const char* host, argument124 void (*cancel_check_call_host)(grpc_channel_security_connector* sc, argument127 void (*add_handshakers)(grpc_channel_security_connector* sc, argument
51 grpc_channel_security_connector::grpc_channel_security_connector( in grpc_channel_security_connector() function in grpc_channel_security_connector