Searched defs:grpc_chttp2_stream (Results 1 – 2 of 2) sorted by relevance
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 …]
29 typedef struct grpc_chttp2_stream grpc_chttp2_stream; typedef