Searched refs:grpc_chttp2_mark_stream_closed (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_rst_stream.cc | 108 grpc_chttp2_mark_stream_closed(t, s, true, true, error); in grpc_chttp2_rst_stream_parser_parse()
|
D | frame_data.cc | 310 grpc_chttp2_mark_stream_closed(t, s, true, false, GRPC_ERROR_NONE); in grpc_chttp2_data_parser_parse()
|
D | internal.h | 734 void grpc_chttp2_mark_stream_closed(grpc_chttp2_transport* t,
|
D | writing.cc | 578 grpc_chttp2_mark_stream_closed(t_, s_, !t_->is_client, true, in SentLastFrame()
|
D | hpack_parser.cc | 1604 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()
|
D | parsing.cc | 381 grpc_chttp2_mark_stream_closed(t, s, true, false, err); in init_data_frame_parser()
|
D | chttp2_transport.cc | 2074 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()
|