Searched refs:gpr_stricmp (Results 1 – 10 of 10) sorted by relevance
/external/grpc-grpc/src/core/lib/gpr/ |
D | log.cc | 80 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()
|
D | string.h | 112 int gpr_stricmp(const char* a, const char* b);
|
D | string.cc | 285 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/ |
D | string_test.cc | 265 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/ |
D | resolve_address_test.cc | 260 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/ |
D | grpc_ares_wrapper_windows.cc | 56 if (gpr_stricmp(*host, "localhost") == 0) { in inner_maybe_resolve_localhost_manually_locked()
|
D | dns_resolver_ares.cc | 469 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/ |
D | http_proxy.cc | 148 gpr_stricmp(no_proxy_entry, &server_host[uri_len - no_proxy_len]) == in proxy_mapper_map_name()
|
D | client_channel.cc | 344 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/ |
D | dns_resolver.cc | 328 if (resolver_env != nullptr && gpr_stricmp(resolver_env, "native") == 0) { in grpc_resolver_dns_native_init()
|