Searched refs:GRPC_WRITE_INTERNAL_COMPRESS (Results 1 – 9 of 9) sorted by relevance
31 #define GRPC_WRITE_INTERNAL_COMPRESS (0x80000000u) macro33 #define GRPC_WRITE_INTERNAL_USED_MASK (GRPC_WRITE_INTERNAL_COMPRESS)
121 if (!(inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS)) { in CheckExpectedCompression()129 if (inspector.GetMessageFlags() & GRPC_WRITE_INTERNAL_COMPRESS) { in CheckExpectedCompression()
69 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()
90 if (flags & (GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_INTERNAL_COMPRESS)) { in skip_compression()243 send_flags |= GRPC_WRITE_INTERNAL_COMPRESS; in finish_send_message()
197 GRPC_WRITE_INTERNAL_COMPRESS}; in request_with_flags()
198 message_flags |= GRPC_WRITE_INTERNAL_COMPRESS; in grpc_deframe_unprocessed_incoming_frames()
1519 frame_hdr[0] = (flags & GRPC_WRITE_INTERNAL_COMPRESS) != 0; in perform_stream_op_locked()
692 *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()
1273 if ((call->receiving_stream->flags() & GRPC_WRITE_INTERNAL_COMPRESS) && in process_data_after_md()1611 flags |= GRPC_WRITE_INTERNAL_COMPRESS; in call_start_batch()