Searched refs:destroy_call (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_call.c | 87 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/ |
D | api_fuzzer.cc | 637 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/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | call.cc | 294 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
|
/external/grpc-grpc/src/core/lib/surface/ |
D | call.cc | 252 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
|