Searched refs:GRPC_MDSTR_GZIP (Results 1 – 5 of 5) sorted by relevance
40 if (grpc_slice_eq(str, GRPC_MDSTR_GZIP)) return GRPC_MESSAGE_COMPRESS_GZIP; in grpc_message_compression_algorithm_from_slice()47 if (grpc_slice_eq(str, GRPC_MDSTR_GZIP)) return GRPC_STREAM_COMPRESS_GZIP; in grpc_stream_compression_algorithm_from_slice()253 } else if (grpc_slice_eq(value, GRPC_MDSTR_GZIP)) { in grpc_message_compression_algorithm_parse()269 } else if (grpc_slice_eq(value, GRPC_MDSTR_GZIP)) { in grpc_stream_compression_algorithm_parse()
51 } else if (grpc_slice_eq(name, GRPC_MDSTR_GZIP)) { in grpc_compression_algorithm_parse()140 return GRPC_MDSTR_GZIP; in grpc_compression_algorithm_slice()153 if (grpc_slice_eq(str, GRPC_MDSTR_GZIP)) return GRPC_COMPRESS_GZIP; in grpc_compression_algorithm_from_slice()
72 } else if (grpc_slice_eq(value, GRPC_MDSTR_GZIP)) { in grpc_stream_compression_method_parse()
74 grpc_slice_intern(GRPC_MDSTR_GZIP); in BM_SliceInternStaticMetadata()219 gpr_slice v = GRPC_MDSTR_GZIP; in BM_MetadataFromStaticMetadataStringsNotIndexed()
113 #define GRPC_MDSTR_GZIP (grpc_static_slice_table[36]) macro