Home
last modified time | relevance | path

Searched defs:grpc_chttp2_stream (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h571 struct grpc_chttp2_stream { struct
583 grpc_chttp2_stream_link links[STREAM_LIST_COUNT]; argument
586 uint32_t id = 0;
589 grpc_metadata_batch* send_initial_metadata = nullptr;
590 grpc_closure* send_initial_metadata_finished = nullptr;
591 grpc_metadata_batch* send_trailing_metadata = nullptr;
598 bool* sent_trailing_metadata_op = nullptr;
599 grpc_closure* send_trailing_metadata_finished = nullptr;
601 int64_t next_message_end_offset;
602 int64_t flow_controlled_bytes_written = 0;
[all …]
Dframe_security.cc32 grpc_chttp2_stream* /*s*/, in grpc_chttp2_security_frame_parser_parse() argument
Dlegacy_frame.h25 typedef struct grpc_chttp2_stream grpc_chttp2_stream; typedef
Dframe_ping.cc77 grpc_chttp2_stream* /*s*/, in grpc_chttp2_ping_parser_parse() argument
Dframe_settings.cc86 grpc_chttp2_stream* /*s*/, in grpc_chttp2_settings_parser_parse() argument
Dframe_goaway.cc58 grpc_chttp2_stream* /*s*/, in grpc_chttp2_goaway_parser_parse() argument
Dparsing.cc476 grpc_chttp2_stream* /*s*/, in skip_parser() argument
Dchttp2_transport.cc848 grpc_chttp2_stream::grpc_chttp2_stream(grpc_chttp2_transport* t, in grpc_chttp2_stream() function in grpc_chttp2_stream