Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc262 struct framer_state { struct
263 int is_first_frame;
266 size_t output_length_at_start_of_frame;
268 size_t header_idx;
271 uint8_t seen_regular_header;
274 uint32_t stream_id;
275 grpc_slice_buffer* output;
276 grpc_transport_one_way_stats* stats;
278 size_t max_frame_size;
279 bool use_true_binary_metadata;
[all …]