Home
last modified time | relevance | path

Searched refs:grpc_resolve_address (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/test/core/iomgr/
Dresolve_address_test.cc160 grpc_resolve_address( in test_localhost()
173 grpc_resolve_address( in test_default_port()
186 grpc_resolve_address("localhost:1", nullptr, args.pollset_set, in test_localhost_result_has_ipv6_first()
200 grpc_resolve_address("localhost:1", nullptr, args.pollset_set, in test_localhost_result_has_ipv4_first_when_ipv6_isnt_available()
213 grpc_resolve_address( in test_non_numeric_default_port()
226 grpc_resolve_address( in test_missing_default_port()
239 grpc_resolve_address( in test_ipv6_with_port()
259 grpc_resolve_address( in test_ipv6_without_port()
279 grpc_resolve_address( in test_invalid_ip_addresses()
298 grpc_resolve_address( in test_unparseable_hostports()
Dresolve_address_posix_test.cc146 grpc_resolve_address( in test_unix_socket()
167 grpc_resolve_address( in test_unix_socket_path_name_too_long()
180 grpc_resolve_address( in resolve_address_must_succeed()
/third_party/grpc/src/core/lib/iomgr/
Dresolve_address.cc30 void grpc_resolve_address(const char* addr, const char* default_port, in grpc_resolve_address() function
Dresolve_address.h67 void grpc_resolve_address(const char* addr, const char* default_port,
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/native/
Ddns_resolver.cc271 grpc_resolve_address(name_to_resolve_.c_str(), kDefaultPort, in StartResolvingLocked()
/third_party/grpc/src/core/lib/http/
Dhttpcli.cc262 grpc_resolve_address( in internal_request_begin()