Searched defs:grpc_chttp2_stream (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | internal.h | 547 struct grpc_chttp2_stream { struct 559 grpc_chttp2_stream_link links[STREAM_LIST_COUNT]; argument 562 uint32_t id = 0; 565 grpc_metadata_batch* send_initial_metadata = nullptr; 566 grpc_closure* send_initial_metadata_finished = nullptr; 567 grpc_metadata_batch* send_trailing_metadata = nullptr; 574 bool* sent_trailing_metadata_op = nullptr; 575 grpc_closure* send_trailing_metadata_finished = nullptr; 577 int64_t next_message_end_offset; 578 int64_t flow_controlled_bytes_written = 0; [all …]
|
H A D | legacy_frame.h | 25 typedef struct grpc_chttp2_stream grpc_chttp2_stream; typedef
|
H A D | frame_ping.cc | 82 grpc_chttp2_stream* /*s*/, in grpc_chttp2_ping_parser_parse() argument
|
H A D | frame_settings.cc | 89 grpc_chttp2_stream* /*s*/, in grpc_chttp2_settings_parser_parse() argument
|
H A D | frame_goaway.cc | 61 grpc_chttp2_stream* /*s*/, in grpc_chttp2_goaway_parser_parse() argument
|
H A D | parsing.cc | 467 grpc_chttp2_stream* /*s*/, in skip_parser() argument
|
H A D | chttp2_transport.cc | 791 grpc_chttp2_stream::grpc_chttp2_stream(grpc_chttp2_transport* t, in grpc_chttp2_stream() function in grpc_chttp2_stream
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | internal.h | 483 struct grpc_chttp2_stream { struct 495 explicit Reffer(grpc_chttp2_stream* s); argument 501 grpc_chttp2_stream_link links[STREAM_LIST_COUNT]; argument 502 grpc_core::BitSet<STREAM_LIST_COUNT> included; 505 uint32_t id = 0; 508 grpc_metadata_batch* send_initial_metadata = nullptr; 509 grpc_closure* send_initial_metadata_finished = nullptr; 510 grpc_metadata_batch* send_trailing_metadata = nullptr; 517 bool* sent_trailing_metadata_op = nullptr; 518 grpc_closure* send_trailing_metadata_finished = nullptr; [all …]
|
D | frame.h | 25 typedef struct grpc_chttp2_stream grpc_chttp2_stream; typedef
|
D | frame_ping.cc | 77 grpc_chttp2_stream* /*s*/, in grpc_chttp2_ping_parser_parse() argument
|
D | frame_goaway.cc | 63 grpc_chttp2_stream* /*s*/, in grpc_chttp2_goaway_parser_parse() argument
|
D | frame_settings.cc | 123 grpc_chttp2_stream* /*s*/, in grpc_chttp2_settings_parser_parse() argument
|
D | parsing.cc | 443 grpc_chttp2_stream* /*s*/, in skip_parser() argument
|
D | chttp2_transport.cc | 799 grpc_chttp2_stream::grpc_chttp2_stream(grpc_chttp2_transport* t, in grpc_chttp2_stream() function in grpc_chttp2_stream
|