Home
last modified time | relevance | path

Searched refs:GRPC_WRITE_INTERNAL_COMPRESS (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/core/lib/transport/
Dbyte_stream.h31 #define GRPC_WRITE_INTERNAL_COMPRESS (0x80000000u) macro
33 #define GRPC_WRITE_INTERNAL_USED_MASK (GRPC_WRITE_INTERNAL_COMPRESS)
/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc121 if (!(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS)) { in CheckExpectedCompression()
129 if (inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS) { in CheckExpectedCompression()
Dinterop_client.cc69 GPR_ASSERT(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS); in UnaryCompressionChecks()
72 GPR_ASSERT(!(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS)); in UnaryCompressionChecks()
560 GPR_ASSERT(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS); in DoServerCompressedStreaming()
563 GPR_ASSERT(!(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS)); in DoServerCompressedStreaming()
/external/grpc-grpc/src/core/ext/filters/http/message_compress/
Dmessage_compress_filter.cc90 if (flags & (GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_INTERNAL_COMPRESS)) { in skip_compression()
243 send_flags |= GRPC_WRITE_INTERNAL_COMPRESS; in finish_send_message()
/external/grpc-grpc/test/core/end2end/tests/
Drequest_with_flags.cc197 GRPC_WRITE_INTERNAL_COMPRESS}; in request_with_flags()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc198 message_flags |= GRPC_WRITE_INTERNAL_COMPRESS; in grpc_deframe_unprocessed_incoming_frames()
Dchttp2_transport.cc1519 frame_hdr[0] = (flags & GRPC_WRITE_INTERNAL_COMPRESS) != 0; in perform_stream_op_locked()
/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc692 *p++ = static_cast<uint8_t>((flags & GRPC_WRITE_INTERNAL_COMPRESS) ? 1 : 0); in create_grpc_frame()
1205 flags |= GRPC_WRITE_INTERNAL_COMPRESS; in execute_stream_op()
1261 flags = GRPC_WRITE_INTERNAL_COMPRESS; in execute_stream_op()
/external/grpc-grpc/src/core/lib/surface/
Dcall.cc1273 if ((call->receiving_stream->flags() & GRPC_WRITE_INTERNAL_COMPRESS) && in process_data_after_md()
1611 flags |= GRPC_WRITE_INTERNAL_COMPRESS; in call_start_batch()