Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc169 s->stream_compression_method == in report_stall()
354 GPR_DEBUG_ASSERT(s_->stream_compression_method != in FlushCompressedBytes()
391 GPR_DEBUG_ASSERT(s_->stream_compression_method != in CompressMoreBytes()
396 grpc_stream_compression_context_create(s_->stream_compression_method); in CompressMoreBytes()
481 return s_->stream_compression_method == in compressed_data_buffer_len()
520 if (s_->stream_compression_method == in FlushData()
Dchttp2_transport.cc655 if (stream_compression_method != GRPC_STREAM_COMPRESSION_IDENTITY_COMPRESS) { in ~grpc_chttp2_stream()
712 if (s->stream_compression_method != in destroy_stream()
1388 true, &s->stream_compression_method) == 0) { in perform_stream_op_locked()
1389 s->stream_compression_method = GRPC_STREAM_COMPRESSION_IDENTITY_COMPRESS; in perform_stream_op_locked()
1391 if (s->stream_compression_method != in perform_stream_op_locked()
Dinternal.h640 grpc_stream_compression_method stream_compression_method = member
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h595 grpc_stream_compression_method stream_compression_method; member
Dwriting.cc373 grpc_stream_compression_context_create(s_->stream_compression_method); in CompressMoreBytes()
Dchttp2_transport.cc1421 true, &s->stream_compression_method) == 0) { in perform_stream_op_locked()
1422 s->stream_compression_method = GRPC_STREAM_COMPRESSION_IDENTITY_COMPRESS; in perform_stream_op_locked()