Searched refs:destroy_channel (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/core/lib/surface/ |
D | channel.cc | 77 static void destroy_channel(void* arg, grpc_error* error); 92 builder, sizeof(grpc_channel), 1, destroy_channel, nullptr, in grpc_channel_create_with_builder() 428 static void destroy_channel(void* arg, grpc_error* error) { in destroy_channel() function
|
D | server.cc | 421 static void destroy_channel(channel_data* chand, grpc_error* error) { in destroy_channel() function 835 destroy_channel(chand, GRPC_ERROR_REF(error)); in channel_connectivity_changed()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | channel.cc | 57 static void destroy_channel(void* arg, grpc_error_handle error); 74 builder, sizeof(grpc_channel), 1, destroy_channel, nullptr, in grpc_channel_create_with_builder() 500 static void destroy_channel(void* arg, grpc_error_handle /*error*/) { in destroy_channel() function
|