Searched defs:grpc_chttp2_stream (Results 1 – 9 of 9) sorted by relevance
509 struct grpc_chttp2_stream { struct521 explicit Reffer(grpc_chttp2_stream* s); argument527 grpc_chttp2_stream_link links[STREAM_LIST_COUNT]; argument528 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 …]
29 typedef struct grpc_chttp2_stream grpc_chttp2_stream; typedef
73 grpc_chttp2_stream* /*s*/, in grpc_chttp2_ping_parser_parse() argument
56 grpc_chttp2_stream* /*s*/, in grpc_chttp2_goaway_parser_parse() argument
115 grpc_chttp2_stream* /*s*/, in grpc_chttp2_settings_parser_parse() argument
310 grpc_chttp2_stream* /*s*/, in skip_parser() argument
645 grpc_chttp2_stream::grpc_chttp2_stream(grpc_chttp2_transport* t, in grpc_chttp2_stream() function in grpc_chttp2_stream1211 grpc_chttp2_stream* /*s*/, in grpc_chttp2_complete_closure_step() argument
483 struct grpc_chttp2_stream { struct490 grpc_chttp2_stream_link links[STREAM_LIST_COUNT]; argument491 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 …]