34 #ifndef GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_FRAME_DATA_H
35 #define GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_FRAME_DATA_H
grpc_chttp2_stream_state
Definition: frame_data.h:44
grpc_chttp2_parse_error grpc_chttp2_data_parser_begin_frame(grpc_chttp2_data_parser *parser, gpr_uint8 flags)
Definition: frame_data.c:56
grpc_chttp2_parse_error
Definition: frame.h:42
int is_frame_compressed
Definition: frame_data.h:59
grpc_stream_op_buffer incoming_sopb
Definition: frame_data.h:60
Definition: frame_data.h:50
Definition: frame_data.h:49
grpc_chttp2_stream_state state
Definition: frame_data.h:54
grpc_chttp2_parse_error grpc_chttp2_data_parser_init(grpc_chttp2_data_parser *parser)
Definition: frame_data.c:45
Definition: frame_data.h:48
Definition: internal.h:221
Definition: frame_data.h:46
gpr_uint32 frame_size
Definition: frame_data.h:57
Definition: internal.h:426
void grpc_chttp2_data_parser_destroy(grpc_chttp2_data_parser *parser)
Definition: frame_data.c:52
Definition: frame_data.h:53
gpr_slice grpc_chttp2_data_frame_create_empty_close(gpr_uint32 id)
Definition: stream_encoder.c:460
Definition: frame_data.h:47
grpc_chttp2_parse_error grpc_chttp2_data_parser_parse(void *parser, grpc_chttp2_transport_parsing *transport_parsing, grpc_chttp2_stream_parsing *stream_parsing, gpr_slice slice, int is_last)
Definition: frame_data.c:72
Definition: frame_data.h:45
gpr_uint8 frame_type
Definition: frame_data.h:56
A stream op buffer is a wrapper around stream operations that is dynamically extendable.
Definition: stream_op.h:177
gpr_uint8 is_last_frame
Definition: frame_data.h:55