Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc50 grpc_endpoint* endpoint_to_destroy; member
69 if (handshaker->endpoint_to_destroy != nullptr) { in http_connect_handshaker_unref()
70 grpc_endpoint_destroy(handshaker->endpoint_to_destroy); in http_connect_handshaker_unref()
87 handshaker->endpoint_to_destroy = handshaker->args->endpoint; in cleanup_args_for_failure_locked()
/external/grpc-grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc53 grpc_endpoint* endpoint_to_destroy; member
93 if (h->endpoint_to_destroy != nullptr) { in security_handshaker_unref()
94 grpc_endpoint_destroy(h->endpoint_to_destroy); in security_handshaker_unref()
111 h->endpoint_to_destroy = h->args->endpoint; in cleanup_args_for_failure_locked()