/external/grpc-grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 403 #define GRPC_WRITE_NO_COMPRESS (0x00000002u) macro 408 (GRPC_WRITE_BUFFER_HINT | GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_THROUGH)
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 475 #define GRPC_WRITE_NO_COMPRESS (0x00000002u) macro 480 (GRPC_WRITE_BUFFER_HINT | GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_THROUGH)
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/ |
D | grpc_types.h | 475 #define GRPC_WRITE_NO_COMPRESS (0x00000002u) macro 480 (GRPC_WRITE_BUFFER_HINT | GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_THROUGH)
|
/external/grpc-grpc/doc/ |
D | workarounds.md | 19 …e client's gRPC version is lower that or equal to v1.3.x, a flag GRPC_WRITE_NO_COMPRESS is marked …
|
D | compression_cookbook.md | 131 instances of type `GRPC_OP_SEND_MESSAGE` must have its `GRPC_WRITE_NO_COMPRESS`
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | call.h | 97 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/core/ext/filters/workarounds/ |
D | workaround_cronet_compression_filter.cc | 98 GRPC_WRITE_NO_COMPRESS); in start_transport_stream_op_batch()
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | php_grpc.c | 126 REGISTER_LONG_CONSTANT("Grpc\\WRITE_NO_COMPRESS", GRPC_WRITE_NO_COMPRESS, in PHP_MINIT_FUNCTION()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/workarounds/ |
D | workaround_cronet_compression_filter.cc | 99 GRPC_WRITE_NO_COMPRESS); in cronet_compression_start_transport_stream_op_batch()
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | request_with_flags.cc | 196 uint32_t flags[] = {GRPC_WRITE_BUFFER_HINT, GRPC_WRITE_NO_COMPRESS, in request_with_flags()
|
D | compressed_payload.cc | 553 GRPC_WRITE_NO_COMPRESS, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_exceptionally_uncompressed_payload()
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | call_op_set.h | 93 SetBit(GRPC_WRITE_NO_COMPRESS); in set_no_compression() 101 ClearBit(GRPC_WRITE_NO_COMPRESS); in clear_no_compression() 110 return GetBit(GRPC_WRITE_NO_COMPRESS); in get_no_compression()
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | call_op_set.h | 93 SetBit(GRPC_WRITE_NO_COMPRESS); in set_no_compression() 101 ClearBit(GRPC_WRITE_NO_COMPRESS); in clear_no_compression() 110 return GetBit(GRPC_WRITE_NO_COMPRESS); in get_no_compression()
|
/external/rust/crates/grpcio/src/call/ |
D | mod.rs | 607 grpc_sys::GRPC_WRITE_NO_COMPRESS, in force_no_compress() 620 (self.flags & grpc_sys::GRPC_WRITE_NO_COMPRESS) != 0 in get_force_no_compress()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | records.pyx.pxi | 60 no_compress = GRPC_WRITE_NO_COMPRESS
|
D | grpc.pxi | 140 const int GRPC_WRITE_NO_COMPRESS
|
/external/grpc-grpc/src/core/ext/filters/http/message_compress/ |
D | message_compress_filter.cc | 90 if (flags & (GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_INTERNAL_COMPRESS)) { in skip_compression()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/http/message_compress/ |
D | message_compress_filter.cc | 181 if (flags & (GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_INTERNAL_COMPRESS)) { in SkipMessageCompression()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_call.c | 872 UINT2NUM(GRPC_WRITE_NO_COMPRESS)); in Init_grpc_write_flags()
|
/external/rust/crates/grpcio-sys/bindings/ |
D | aarch64-unknown-linux-gnu-bindings.rs | 141 pub const GRPC_WRITE_NO_COMPRESS: u32 = 2; constant
|
D | x86_64-unknown-linux-gnu-bindings.rs | 141 pub const GRPC_WRITE_NO_COMPRESS: u32 = 2; constant
|