Searched refs:GRPC_WRITE_NO_COMPRESS (Results 1 – 12 of 12) sorted by relevance
403 #define GRPC_WRITE_NO_COMPRESS (0x00000002u) macro408 (GRPC_WRITE_BUFFER_HINT | GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_THROUGH)
19 …e client's gRPC version is lower that or equal to v1.3.x, a flag GRPC_WRITE_NO_COMPRESS is marked …
131 instances of type `GRPC_OP_SEND_MESSAGE` must have its `GRPC_WRITE_NO_COMPRESS`
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()
126 REGISTER_LONG_CONSTANT("Grpc\\WRITE_NO_COMPRESS", GRPC_WRITE_NO_COMPRESS, in PHP_MINIT_FUNCTION()
98 GRPC_WRITE_NO_COMPRESS); in start_transport_stream_op_batch()
196 uint32_t flags[] = {GRPC_WRITE_BUFFER_HINT, GRPC_WRITE_NO_COMPRESS, in request_with_flags()
553 GRPC_WRITE_NO_COMPRESS, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_exceptionally_uncompressed_payload()
60 no_compress = GRPC_WRITE_NO_COMPRESS
140 const int GRPC_WRITE_NO_COMPRESS
90 if (flags & (GRPC_WRITE_NO_COMPRESS | GRPC_WRITE_INTERNAL_COMPRESS)) { in skip_compression()
872 UINT2NUM(GRPC_WRITE_NO_COMPRESS)); in Init_grpc_write_flags()