Home
last modified time | relevance | path

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

/third_party/grpc/src/ruby/ext/grpc/
Drb_call.c87 static void destroy_call(grpc_rb_call* call) { in destroy_call() function
102 destroy_call((grpc_rb_call*)p); in grpc_rb_call_destroy()
210 destroy_call(call); in grpc_rb_call_close()
/third_party/grpc/src/core/lib/surface/
Dcall.cc294 static void destroy_call(void* call_stack, grpc_error* error);
437 add_init_error(&error, grpc_call_stack_init(channel_stack, 1, destroy_call, in grpc_call_create()
536 static void destroy_call(void* call, grpc_error* /*error*/) { in destroy_call() function