Searched refs:trailing_metadata_buffer (Results 1 – 8 of 8) sorted by relevance
673 s->trailing_metadata_buffer.Set(grpc_core::GrpcTrailersOnly(), true); in init_header_frame_parser()674 incoming_metadata_buffer = &s->trailing_metadata_buffer; in init_header_frame_parser()684 incoming_metadata_buffer = &s->trailing_metadata_buffer; in init_header_frame_parser()
807 trailing_metadata_buffer(arena), in grpc_chttp2_stream()1134 s->trailing_metadata_buffer.Set( in cancel_unstarted_streams()1178 s->trailing_metadata_buffer.Set( in grpc_chttp2_add_incoming_goaway()1257 s->trailing_metadata_buffer.Set( in maybe_start_some_streams()1438 s->trailing_metadata_buffer.Set( in perform_stream_op_locked()2087 *s->recv_trailing_metadata = std::move(s->trailing_metadata_buffer); in grpc_chttp2_maybe_complete_recv_trailing_metadata()2162 s->trailing_metadata_buffer.Set(grpc_core::GrpcStatusMetadata(), status); in grpc_chttp2_fake_status()2164 s->trailing_metadata_buffer.Set( in grpc_chttp2_fake_status()
119 if (reason != GRPC_HTTP2_NO_ERROR || s->trailing_metadata_buffer.empty()) { in grpc_chttp2_rst_stream_parser_parse()
565 grpc_metadata_batch trailing_metadata_buffer; member
756 s->trailing_metadata_buffer.Set(grpc_core::GrpcTrailersOnly(), true); in init_header_frame_parser()758 incoming_metadata_buffer = &s->trailing_metadata_buffer; in init_header_frame_parser()768 incoming_metadata_buffer = &s->trailing_metadata_buffer; in init_header_frame_parser()
120 if (reason != GRPC_HTTP2_NO_ERROR || s->trailing_metadata_buffer.empty()) { in grpc_chttp2_rst_stream_parser_parse()
1121 s->trailing_metadata_buffer.Set( in cancel_unstarted_streams()1166 s->trailing_metadata_buffer.Set( in grpc_chttp2_add_incoming_goaway()1241 s->trailing_metadata_buffer.Set( in maybe_start_some_streams()1417 s->trailing_metadata_buffer.Set( in perform_stream_op_locked()2108 *s->recv_trailing_metadata = std::move(s->trailing_metadata_buffer); in grpc_chttp2_maybe_complete_recv_trailing_metadata()2227 s->trailing_metadata_buffer.Set(grpc_core::GrpcStatusMetadata(), status); in grpc_chttp2_fake_status()2229 s->trailing_metadata_buffer.Set( in grpc_chttp2_fake_status()
622 grpc_metadata_batch trailing_metadata_buffer; member