Searched defs:grpc_chttp2_stream (Results 1 – 8 of 8) sorted by relevance
571 struct grpc_chttp2_stream { struct583 grpc_chttp2_stream_link links[STREAM_LIST_COUNT]; argument586 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 …]
32 grpc_chttp2_stream* /*s*/, in grpc_chttp2_security_frame_parser_parse() argument
25 typedef struct grpc_chttp2_stream grpc_chttp2_stream; typedef
77 grpc_chttp2_stream* /*s*/, in grpc_chttp2_ping_parser_parse() argument
86 grpc_chttp2_stream* /*s*/, in grpc_chttp2_settings_parser_parse() argument
58 grpc_chttp2_stream* /*s*/, in grpc_chttp2_goaway_parser_parse() argument
476 grpc_chttp2_stream* /*s*/, in skip_parser() argument
848 grpc_chttp2_stream::grpc_chttp2_stream(grpc_chttp2_transport* t, in grpc_chttp2_stream() function in grpc_chttp2_stream