Searched refs:GRPC_MDSTR_IDENTITY (Results 1 – 4 of 4) sorted by relevance
37 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()
46 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()
69 if (grpc_slice_eq_static_interned(value, GRPC_MDSTR_IDENTITY)) { in grpc_stream_compression_method_parse()
270 #define GRPC_MDSTR_IDENTITY (grpc_static_slice_table()[100]) macro