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/ |
D | frame_data.h | 51 void grpc_chttp2_encode_data(uint32_t id, grpc_slice_buffer* inbuf,
|
D | writing.cc | 413 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()
|
D | frame_data.cc | 57 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 D | frame_data.h | 51 void grpc_chttp2_encode_data(uint32_t id, grpc_slice_buffer* inbuf,
|
H A D | frame_data.cc | 56 void grpc_chttp2_encode_data(uint32_t id, grpc_slice_buffer* inbuf, in grpc_chttp2_encode_data() function
|
H A D | writing.cc | 415 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()
|