Home
last modified time | relevance | path

Searched refs:GRPC_MDSTR_IDENTITY (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/lib/compression/
Dcompression_internal.cc37 if (grpc_slice_eq_static_interned(str, GRPC_MDSTR_IDENTITY)) { in grpc_message_compression_algorithm_from_slice()
51 if (grpc_slice_eq_static_interned(str, GRPC_MDSTR_IDENTITY)) { in grpc_stream_compression_algorithm_from_slice()
256 if (grpc_slice_eq_static_interned(value, GRPC_MDSTR_IDENTITY)) { in grpc_message_compression_algorithm_parse()
275 if (grpc_slice_eq_static_interned(value, GRPC_MDSTR_IDENTITY)) { in grpc_stream_compression_algorithm_parse()
Dcompression.cc46 if (grpc_slice_eq_static_interned(name, GRPC_MDSTR_IDENTITY)) { in grpc_compression_algorithm_parse()
138 return GRPC_MDSTR_IDENTITY; in grpc_compression_algorithm_slice()
153 if (grpc_slice_eq_static_interned(str, GRPC_MDSTR_IDENTITY)) { in grpc_compression_algorithm_from_slice()
Dstream_compression.cc69 if (grpc_slice_eq_static_interned(value, GRPC_MDSTR_IDENTITY)) { in grpc_stream_compression_method_parse()
/third_party/grpc/src/core/lib/transport/
Dstatic_metadata.h270 #define GRPC_MDSTR_IDENTITY (grpc_static_slice_table()[100]) macro