HomeSort by relevance Sort by last modified time
    Searched defs:handshaker_factory (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/core/lib/http/
httpcli_security_connector.cc 38 tsi_ssl_client_handshaker_factory* handshaker_factory; member in struct:__anon23103
45 if (c->handshaker_factory != nullptr) {
46 tsi_ssl_client_handshaker_factory_unref(c->handshaker_factory);
47 c->handshaker_factory = nullptr;
58 if (c->handshaker_factory != nullptr) {
60 c->handshaker_factory, c->secure_peer_name, &handshaker);
127 &options, &c->handshaker_factory);
  /external/grpc-grpc/src/core/ext/filters/client_channel/
http_connect_handshaker.cc 364 static grpc_handshaker_factory handshaker_factory = { variable
369 &handshaker_factory);

Completed in 249 milliseconds