Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h508 struct grpc_chttp2_stream { struct
520 explicit Reffer(grpc_chttp2_stream* s); argument
526 grpc_chttp2_stream_link links[STREAM_LIST_COUNT]; argument
527 uint8_t included[STREAM_LIST_COUNT] = {};
530 uint32_t id = 0;
533 grpc_metadata_batch* send_initial_metadata = nullptr;
534 grpc_closure* send_initial_metadata_finished = nullptr;
535 grpc_metadata_batch* send_trailing_metadata = nullptr;
542 bool* sent_trailing_metadata_op = nullptr;
543 grpc_closure* send_trailing_metadata_finished = nullptr;
[all …]
Dframe.h29 typedef struct grpc_chttp2_stream grpc_chttp2_stream; typedef
Dframe_ping.cc74 grpc_chttp2_stream* /*s*/, in grpc_chttp2_ping_parser_parse() argument
Dframe_goaway.cc57 grpc_chttp2_stream* /*s*/, in grpc_chttp2_goaway_parser_parse() argument
Dframe_settings.cc114 grpc_chttp2_stream* /*s*/, in grpc_chttp2_settings_parser_parse() argument
Dparsing.cc307 grpc_chttp2_stream* /*s*/, in skip_parser() argument
Dchttp2_transport.cc609 grpc_chttp2_stream::grpc_chttp2_stream(grpc_chttp2_transport* t, in grpc_chttp2_stream() function in grpc_chttp2_stream
1174 grpc_chttp2_stream* /*s*/, in grpc_chttp2_complete_closure_step() argument