Home
last modified time | relevance | path

Searched defs:algorithm_name (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/ruby/ext/grpc/
Drb_compression_options.c163 grpc_compression_algorithm* algorithm_value, VALUE algorithm_name) { in grpc_rb_compression_options_algorithm_name_to_value_internal()
200 VALUE algorithm_name) { in grpc_rb_compression_options_is_algorithm_enabled()
219 grpc_compression_options* options, VALUE algorithm_name) { in grpc_rb_compression_options_set_default_algorithm()
229 grpc_compression_options* compression_options, VALUE algorithm_name) { in grpc_rb_compression_options_disable_algorithm()
299 char* algorithm_name = NULL; in grpc_rb_compression_options_algorithm_value_to_name_internal() local
383 VALUE algorithm_name = Qnil; in grpc_rb_compression_options_init() local
/third_party/grpc/src/cpp/client/
Dclient_context.cc136 const char* algorithm_name = nullptr; in set_compression_algorithm() local
/third_party/grpc/src/cpp/server/
Dserver_context.cc339 const char* algorithm_name = nullptr; in set_compression_algorithm() local
/third_party/grpc/test/core/compression/
Dmessage_compress_test.cc52 const char* algorithm_name; in assert_passthrough() local
/third_party/grpc/src/core/ext/filters/http/message_compress/
Dmessage_compress_filter.cc214 const char* algorithm_name; in FindCompressionAlgorithm() local
/third_party/python/Lib/test/
Dtest_hashlib.py371 def check_no_unicode(self, algorithm_name): argument