Searched refs:grpc_chttp2_encode_data (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_data.h | 74 void grpc_chttp2_encode_data(uint32_t id, grpc_slice_buffer* inbuf,
|
D | writing.cc | 362 grpc_chttp2_encode_data(s_->id, &s_->compressed_data_buffer, send_bytes, in FlushCompressedBytes() 523 grpc_chttp2_encode_data(s_->id, &s_->flow_controlled_buffer, 0, true, in FlushTrailingMetadata()
|
D | frame_data.cc | 72 void grpc_chttp2_encode_data(uint32_t id, grpc_slice_buffer* inbuf, in grpc_chttp2_encode_data() function
|