Searched refs:compressed_data_buffer (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | writing.cc | 152 s->compressed_data_buffer.length, s->flow_controlled_bytes_flowed, in report_stall() 338 max_outgoing(), s_->compressed_data_buffer.length); in FlushCompressedBytes() 340 (send_bytes == s_->compressed_data_buffer.length && in FlushCompressedBytes() 347 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in FlushCompressedBytes() 362 grpc_chttp2_encode_data(s_->id, &s_->compressed_data_buffer, send_bytes, in FlushCompressedBytes() 365 if (s_->compressed_data_buffer.length == 0) { in FlushCompressedBytes() 378 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in CompressMoreBytes() 428 s_->compressed_data_buffer.length == 0 && in FlushInitialMetadata() 473 s_->compressed_data_buffer.length == 0) { in FlushData() 491 s_->compressed_data_buffer.length > 0) && in FlushData() [all …]
|
D | internal.h | 604 grpc_slice_buffer compressed_data_buffer; member
|
D | chttp2_transport.cc | 690 grpc_slice_buffer_init(&s->compressed_data_buffer); in init_stream() 730 grpc_slice_buffer_destroy_internal(&s->compressed_data_buffer); in destroy_stream_locked()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | writing.cc | 172 : s->compressed_data_buffer.length, in report_stall() 358 max_outgoing(), s_->compressed_data_buffer.length); in FlushCompressedBytes() 360 (send_bytes == s_->compressed_data_buffer.length && in FlushCompressedBytes() 367 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in FlushCompressedBytes() 382 grpc_chttp2_encode_data(s_->id, &s_->compressed_data_buffer, send_bytes, in FlushCompressedBytes() 385 if (s_->compressed_data_buffer.length == 0) { in FlushCompressedBytes() 401 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in CompressMoreBytes() 484 : s_->compressed_data_buffer.length; in compressed_data_buffer_len() 528 s_->compressed_data_buffer.length > 0) && in FlushData() 530 if (s_->compressed_data_buffer.length > 0) { in FlushData()
|
D | internal.h | 662 grpc_slice_buffer compressed_data_buffer; member
|
D | chttp2_transport.cc | 656 grpc_slice_buffer_destroy_internal(&compressed_data_buffer); in ~grpc_chttp2_stream() 1395 grpc_slice_buffer_init(&s->compressed_data_buffer); in perform_stream_op_locked()
|