Home
last modified time | relevance | path

Searched refs:grpc_channel_destroy_internal (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dchannel.h42 void grpc_channel_destroy_internal(grpc_channel* channel);
Dchannel.cc520 void grpc_channel_destroy_internal(grpc_channel* channel) { in grpc_channel_destroy_internal() function
534 grpc_channel_destroy_internal(channel); in grpc_channel_destroy()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc593 grpc_channel_destroy_internal(handshaker->channel); in handshaker_destroy()