Searched refs:compressed_data_buffer (Results 1 – 3 of 3) 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()
|