Home
last modified time | relevance | path

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

/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