Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.h51 void grpc_chttp2_encode_data(uint32_t id, grpc_slice_buffer* inbuf,
Dwriting.cc413 grpc_chttp2_encode_data(s_->id, &s_->flow_controlled_buffer, send_bytes, in FlushBytes()
553 grpc_chttp2_encode_data(s_->id, &s_->flow_controlled_buffer, 0, true, in FlushTrailingMetadata()
Dframe_data.cc57 void grpc_chttp2_encode_data(uint32_t id, grpc_slice_buffer* inbuf, in grpc_chttp2_encode_data() function
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dframe_data.h51 void grpc_chttp2_encode_data(uint32_t id, grpc_slice_buffer* inbuf,
H A Dframe_data.cc56 void grpc_chttp2_encode_data(uint32_t id, grpc_slice_buffer* inbuf, in grpc_chttp2_encode_data() function
H A Dwriting.cc415 grpc_chttp2_encode_data(s_->id, &s_->flow_controlled_buffer, send_bytes, in FlushBytes()
562 grpc_chttp2_encode_data(s_->id, &s_->flow_controlled_buffer, 0, true, in FlushTrailingMetadata()