Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h509 struct grpc_chttp2_stream { struct
521 explicit Reffer(grpc_chttp2_stream* s); argument
527 grpc_chttp2_stream_link links[STREAM_LIST_COUNT]; argument
528 uint8_t included[STREAM_LIST_COUNT] = {};
531 uint32_t id = 0;
534 grpc_metadata_batch* send_initial_metadata = nullptr;
535 grpc_closure* send_initial_metadata_finished = nullptr;
536 grpc_metadata_batch* send_trailing_metadata = nullptr;
543 bool* sent_trailing_metadata_op = nullptr;
544 grpc_closure* send_trailing_metadata_finished = nullptr;
[all …]
Dframe.h29 typedef struct grpc_chttp2_stream grpc_chttp2_stream; typedef
Dframe_ping.cc73 grpc_chttp2_stream* /*s*/, in grpc_chttp2_ping_parser_parse() argument
Dframe_goaway.cc56 grpc_chttp2_stream* /*s*/, in grpc_chttp2_goaway_parser_parse() argument
Dframe_settings.cc115 grpc_chttp2_stream* /*s*/, in grpc_chttp2_settings_parser_parse() argument
Dparsing.cc310 grpc_chttp2_stream* /*s*/, in skip_parser() argument
Dchttp2_transport.cc645 grpc_chttp2_stream::grpc_chttp2_stream(grpc_chttp2_transport* t, in grpc_chttp2_stream() function in grpc_chttp2_stream
1211 grpc_chttp2_stream* /*s*/, in grpc_chttp2_complete_closure_step() argument
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h483 struct grpc_chttp2_stream { struct
490 grpc_chttp2_stream_link links[STREAM_LIST_COUNT]; argument
491 uint8_t included[STREAM_LIST_COUNT];
494 uint32_t id;
497 grpc_metadata_batch* send_initial_metadata;
498 grpc_closure* send_initial_metadata_finished;
499 grpc_metadata_batch* send_trailing_metadata;
500 grpc_closure* send_trailing_metadata_finished;
502 grpc_core::OrphanablePtr<grpc_core::ByteStream> fetching_send_message;
503 uint32_t fetched_send_message_length;
[all …]
Dframe.h29 typedef struct grpc_chttp2_stream grpc_chttp2_stream; typedef