Home
last modified time | relevance | path

Searched refs:gpr_stricmp (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/core/lib/gpr/
Dlog.cc80 if (gpr_stricmp(verbosity, "DEBUG") == 0) { in gpr_log_verbosity_init()
82 } else if (gpr_stricmp(verbosity, "INFO") == 0) { in gpr_log_verbosity_init()
84 } else if (gpr_stricmp(verbosity, "ERROR") == 0) { in gpr_log_verbosity_init()
Dstring.h112 int gpr_stricmp(const char* a, const char* b);
Dstring.cc285 int gpr_stricmp(const char* a, const char* b) { in gpr_stricmp() function
342 if (0 == gpr_stricmp(s, truthy[i])) { in gpr_is_true()
/external/grpc-grpc/test/core/gpr/
Dstring_test.cc265 GPR_ASSERT(0 == gpr_stricmp("hello", "hello")); in test_stricmp()
266 GPR_ASSERT(0 == gpr_stricmp("HELLO", "hello")); in test_stricmp()
267 GPR_ASSERT(gpr_stricmp("a", "b") < 0); in test_stricmp()
268 GPR_ASSERT(gpr_stricmp("b", "a") > 0); in test_stricmp()
/external/grpc-grpc/test/core/iomgr/
Dresolve_address_test.cc260 if (gpr_stricmp(resolver_type, "native") == 0) { in main()
262 } else if (gpr_stricmp(resolver_type, "ares") == 0) { in main()
281 if (gpr_stricmp(resolver_type, "ares") != 0) { in main()
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper_windows.cc56 if (gpr_stricmp(*host, "localhost") == 0) { in inner_maybe_resolve_localhost_manually_locked()
Ddns_resolver_ares.cc469 if (resolver_env != nullptr && gpr_stricmp(resolver_env, "ares") == 0) { in grpc_resolver_dns_ares_init()
487 if (resolver_env != nullptr && gpr_stricmp(resolver_env, "ares") == 0) { in grpc_resolver_dns_ares_shutdown()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dhttp_proxy.cc148 gpr_stricmp(no_proxy_entry, &server_host[uri_len - no_proxy_len]) == in proxy_mapper_map_name()
Dclient_channel.cc344 gpr_stricmp(lb_policy_name, "grpclb") != 0) { in get_lb_policy_name_from_resolver_result_locked()
515 gpr_stricmp(chand->info_lb_policy_name.get(), in on_resolver_result_changed_locked()
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/native/
Ddns_resolver.cc328 if (resolver_env != nullptr && gpr_stricmp(resolver_env, "native") == 0) { in grpc_resolver_dns_native_init()