Home
last modified time | relevance | path

Searched refs:grpc_chttp2_encode_data (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.h74 void grpc_chttp2_encode_data(uint32_t id, grpc_slice_buffer* inbuf,
Dwriting.cc362 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()
Dframe_data.cc72 void grpc_chttp2_encode_data(uint32_t id, grpc_slice_buffer* inbuf, in grpc_chttp2_encode_data() function