Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc40 static grpc_error* init_rst_stream_parser(grpc_chttp2_transport* t);
297 return init_rst_stream_parser(t); in init_frame_parser()
674 static grpc_error* init_rst_stream_parser(grpc_chttp2_transport* t) { in init_rst_stream_parser() function