Searched refs:GRPC_MDSTR_IDENTITY (Results 1 – 4 of 4) sorted by relevance
36 if (grpc_slice_eq(str, GRPC_MDSTR_IDENTITY)) in grpc_message_compression_algorithm_from_slice()46 if (grpc_slice_eq(str, GRPC_MDSTR_IDENTITY)) return GRPC_STREAM_COMPRESS_NONE; in grpc_stream_compression_algorithm_from_slice()247 if (grpc_slice_eq(value, GRPC_MDSTR_IDENTITY)) { in grpc_message_compression_algorithm_parse()266 if (grpc_slice_eq(value, GRPC_MDSTR_IDENTITY)) { in grpc_stream_compression_algorithm_parse()
45 if (grpc_slice_eq(name, GRPC_MDSTR_IDENTITY)) { in grpc_compression_algorithm_parse()136 return GRPC_MDSTR_IDENTITY; in grpc_compression_algorithm_slice()151 if (grpc_slice_eq(str, GRPC_MDSTR_IDENTITY)) return GRPC_COMPRESS_NONE; in grpc_compression_algorithm_from_slice()
68 if (grpc_slice_eq(value, GRPC_MDSTR_IDENTITY)) { in grpc_stream_compression_method_parse()
119 #define GRPC_MDSTR_IDENTITY (grpc_static_slice_table[39]) macro