Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc128 static void end_all_the_calls(grpc_chttp2_transport* t, grpc_error* error);
594 end_all_the_calls(t, GRPC_ERROR_REF(error)); in close_transport_locked()
2398 static void end_all_the_calls(grpc_chttp2_transport* t, grpc_error* error) { in end_all_the_calls() function