Home
last modified time | relevance | path

Searched refs:GRPC_STREAM_COMPRESSION_IDENTITY_COMPRESS (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/compression/
Dstream_compression.cc48 case GRPC_STREAM_COMPRESSION_IDENTITY_COMPRESS: in grpc_stream_compression_context_create()
69 *method = is_compress ? GRPC_STREAM_COMPRESSION_IDENTITY_COMPRESS in grpc_stream_compression_method_parse()
Dstream_compression_identity.cc80 GPR_ASSERT(method == GRPC_STREAM_COMPRESSION_IDENTITY_COMPRESS || in grpc_stream_compression_context_create_identity()
Dstream_compression.h39 GRPC_STREAM_COMPRESSION_IDENTITY_COMPRESS = 0, enumerator
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1422 s->stream_compression_method = GRPC_STREAM_COMPRESSION_IDENTITY_COMPRESS; in perform_stream_op_locked()