Home
last modified time | relevance | path

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

/external/grpc-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()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc637 static call_state* destroy_call(call_state* call) { in destroy_call() function
746 s = destroy_call(s); in LLVMFuzzerTestOneInput()
1146 destroy_call(g_active_call); in LLVMFuzzerTestOneInput()
/external/grpc-grpc/src/core/lib/surface/
Dcall.cc252 static void destroy_call(void* call_stack, grpc_error* error);
398 add_init_error(&error, grpc_call_stack_init(channel_stack, 1, destroy_call, in grpc_call_create()
496 static void destroy_call(void* call, grpc_error* error) { in destroy_call() function