Home
last modified time | relevance | path

Searched refs:GRPC_WRITE_NO_COMPRESS (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h403 #define GRPC_WRITE_NO_COMPRESS (0x00000002u) macro
408 (GRPC_WRITE_BUFFER_HINT | GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_THROUGH)
/external/grpc-grpc/doc/
Dworkarounds.md19 …e client's gRPC version is lower that or equal to v1.3.x, a flag GRPC_WRITE_NO_COMPRESS is marked …
Dcompression_cookbook.md131 instances of type `GRPC_OP_SEND_MESSAGE` must have its `GRPC_WRITE_NO_COMPRESS`
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcall.h97 SetBit(GRPC_WRITE_NO_COMPRESS); in set_no_compression()
105 ClearBit(GRPC_WRITE_NO_COMPRESS); in clear_no_compression()
114 return GetBit(GRPC_WRITE_NO_COMPRESS); in get_no_compression()
/external/grpc-grpc/src/php/ext/grpc/
Dphp_grpc.c126 REGISTER_LONG_CONSTANT("Grpc\\WRITE_NO_COMPRESS", GRPC_WRITE_NO_COMPRESS, in PHP_MINIT_FUNCTION()
/external/grpc-grpc/src/core/ext/filters/workarounds/
Dworkaround_cronet_compression_filter.cc98 GRPC_WRITE_NO_COMPRESS); in start_transport_stream_op_batch()
/external/grpc-grpc/test/core/end2end/tests/
Drequest_with_flags.cc196 uint32_t flags[] = {GRPC_WRITE_BUFFER_HINT, GRPC_WRITE_NO_COMPRESS, in request_with_flags()
Dcompressed_payload.cc553 GRPC_WRITE_NO_COMPRESS, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_exceptionally_uncompressed_payload()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi60 no_compress = GRPC_WRITE_NO_COMPRESS
Dgrpc.pxi140 const int GRPC_WRITE_NO_COMPRESS
/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()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c872 UINT2NUM(GRPC_WRITE_NO_COMPRESS)); in Init_grpc_write_flags()