Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc138 static void end_all_the_calls(grpc_chttp2_transport* t, grpc_error* error);
528 end_all_the_calls(t, GRPC_ERROR_REF(error)); in close_transport_locked()
2374 static void end_all_the_calls(grpc_chttp2_transport* t, grpc_error* error) { in end_all_the_calls() function