Home
last modified time | relevance | path

Searched refs:endpoint_to_destroy_ (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc69 grpc_endpoint* endpoint_to_destroy_ = nullptr; member in grpc_core::__anond1e5056f0111::HttpConnectHandshaker
85 if (endpoint_to_destroy_ != nullptr) { in ~HttpConnectHandshaker()
86 grpc_endpoint_destroy(endpoint_to_destroy_); in ~HttpConnectHandshaker()
100 endpoint_to_destroy_ = args_->endpoint; in CleanupArgsForFailureLocked()
/third_party/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc91 grpc_endpoint* endpoint_to_destroy_ = nullptr; member in grpc_core::__anon7ce32ab90111::SecurityHandshaker
131 if (endpoint_to_destroy_ != nullptr) { in ~SecurityHandshaker()
132 grpc_endpoint_destroy(endpoint_to_destroy_); in ~SecurityHandshaker()
165 endpoint_to_destroy_ = args_->endpoint; in CleanupArgsForFailureLocked()