Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/transport/
Dbyte_stream.h30 #define GRPC_WRITE_INTERNAL_COMPRESS (0x80000000u) macro
37 (GRPC_WRITE_INTERNAL_COMPRESS | GRPC_WRITE_INTERNAL_TEST_ONLY_WAS_COMPRESSED)
/third_party/grpc/test/cpp/interop/
Dserver_helper.cc66 GRPC_WRITE_INTERNAL_COMPRESS) || in WasCompressed()
Dclient_helper.h60 GRPC_WRITE_INTERNAL_COMPRESS) || in WasCompressed()
/third_party/grpc/src/core/ext/filters/http/message_compress/
Dmessage_decompress_filter.cc192 ((*calld->recv_message_)->flags() & GRPC_WRITE_INTERNAL_COMPRESS) == in OnRecvMessageReady()
271 ((*recv_message_)->flags() & (~GRPC_WRITE_INTERNAL_COMPRESS)) | in FinishRecvMessage()
Dmessage_compress_filter.cc181 if (flags & (GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_INTERNAL_COMPRESS)) { in SkipMessageCompression()
325 send_flags |= GRPC_WRITE_INTERNAL_COMPRESS; in FinishSendMessage()
/third_party/grpc/test/core/end2end/tests/
Drequest_with_flags.cc197 GRPC_WRITE_INTERNAL_COMPRESS}; in request_with_flags()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc191 message_flags |= GRPC_WRITE_INTERNAL_COMPRESS; in grpc_deframe_unprocessed_incoming_frames()
Dchttp2_transport.cc1466 frame_hdr[0] = (flags & GRPC_WRITE_INTERNAL_COMPRESS) != 0; in perform_stream_op_locked()
/third_party/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc688 *p++ = static_cast<uint8_t>((flags & GRPC_WRITE_INTERNAL_COMPRESS) ? 1 : 0); in create_grpc_frame()
1251 flags |= GRPC_WRITE_INTERNAL_COMPRESS; in execute_stream_op()
1300 flags = GRPC_WRITE_INTERNAL_COMPRESS; in execute_stream_op()
/third_party/grpc/src/core/lib/surface/
Dcall.cc1329 if ((call->receiving_stream->flags() & GRPC_WRITE_INTERNAL_COMPRESS) && in process_data_after_md()
1701 flags |= GRPC_WRITE_INTERNAL_COMPRESS; in call_start_batch()