Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc658 if (stream_decompression_method != in ~grpc_chttp2_stream()
718 if (s->stream_decompression_method != in destroy_stream()
1853 s->stream_decompression_method != in grpc_chttp2_maybe_complete_recv_message()
1860 s->stream_decompression_method); in grpc_chttp2_maybe_complete_recv_message()
1935 if (s->stream_decompression_method == in grpc_chttp2_maybe_complete_recv_trailing_metadata()
1949 s->stream_decompression_method); in grpc_chttp2_maybe_complete_recv_trailing_metadata()
3006 GPR_DEBUG_ASSERT(stream_->stream_decompression_method != in MaybeCreateStreamDecompressionCtx()
3010 stream_->stream_decompression_method); in MaybeCreateStreamDecompressionCtx()
3019 stream_->stream_decompression_method != in Pull()
Dhpack_parser.cc1690 &s->stream_decompression_method) == 0) { in parse_stream_compression_md()
1691 s->stream_decompression_method = in parse_stream_compression_md()
1695 if (s->stream_decompression_method != in parse_stream_compression_md()
Dinternal.h643 grpc_stream_compression_method stream_decompression_method = member
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h597 grpc_stream_compression_method stream_decompression_method; member
Dhpack_parser.cc1615 &s->stream_decompression_method) == 0) { in parse_stream_compression_md()
1616 s->stream_decompression_method = in parse_stream_compression_md()
Dchttp2_transport.cc1892 s->stream_decompression_method != in grpc_chttp2_maybe_complete_recv_message()
1899 s->stream_decompression_method); in grpc_chttp2_maybe_complete_recv_message()
1977 s->stream_decompression_method); in grpc_chttp2_maybe_complete_recv_trailing_metadata()
2909 stream_->stream_decompression_method); in MaybeCreateStreamDecompressionCtx()