Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_rst_stream.cc108 grpc_chttp2_mark_stream_closed(t, s, true, true, error); in grpc_chttp2_rst_stream_parser_parse()
Dframe_data.cc310 grpc_chttp2_mark_stream_closed(t, s, true, false, GRPC_ERROR_NONE); in grpc_chttp2_data_parser_parse()
Dinternal.h734 void grpc_chttp2_mark_stream_closed(grpc_chttp2_transport* t,
Dwriting.cc578 grpc_chttp2_mark_stream_closed(t_, s_, !t_->is_client, true, in SentLastFrame()
Dhpack_parser.cc1604 grpc_chttp2_mark_stream_closed(t, s, true, true, GRPC_ERROR_NONE); in force_client_rst_stream()
1670 grpc_chttp2_mark_stream_closed(t, s, true, false, GRPC_ERROR_NONE); in grpc_chttp2_header_parser_parse()
Dparsing.cc381 grpc_chttp2_mark_stream_closed(t, s, true, false, err); in init_data_frame_parser()
Dchttp2_transport.cc2074 grpc_chttp2_mark_stream_closed(t, s, 1, 1, due_to_error); in grpc_chttp2_cancel_stream()
2178 void grpc_chttp2_mark_stream_closed(grpc_chttp2_transport* t, in grpc_chttp2_mark_stream_closed() function
2383 grpc_chttp2_mark_stream_closed(t, s, 1, 1, error); in close_from_api()