Lines Matching refs:safe_getaddrinfo
87 ScopedAddrinfo safe_getaddrinfo(const char* node, const char* service, in safe_getaddrinfo() function
585 ScopedAddrinfo result = safe_getaddrinfo("howdy", nullptr, nullptr); in TEST_F()
596 result = safe_getaddrinfo("howdy", nullptr, nullptr); in TEST_F()
610 result = safe_getaddrinfo("howdy", nullptr, nullptr); in TEST_F()
629 ScopedAddrinfo result = safe_getaddrinfo("hello", nullptr, &hints); in TEST_F()
641 ScopedAddrinfo result = safe_getaddrinfo(kLocalHost, nullptr, nullptr); in TEST_F()
647 result = safe_getaddrinfo(kIp6LocalHost, nullptr, nullptr); in TEST_F()
693 ScopedAddrinfo result = safe_getaddrinfo(host_name_deferred, nullptr, &hints); in TEST_F()
706 ScopedAddrinfo result = safe_getaddrinfo(host_name_deferred, nullptr, &hints); in TEST_F()
728 ScopedAddrinfo result = safe_getaddrinfo(host_name_normal, nullptr, &hints); in TEST_F()
760 ScopedAddrinfo result = safe_getaddrinfo("hello", nullptr, &hints); in TEST_F()
766 result = safe_getaddrinfo("hello", nullptr, &hints); in TEST_F()
780 ScopedAddrinfo result = safe_getaddrinfo("hello", nullptr, &hints); in TEST_F()
785 result = safe_getaddrinfo("hello", nullptr, &hints); in TEST_F()
798 ScopedAddrinfo result = safe_getaddrinfo("hello", nullptr, &hints); in TEST_F()
803 result = safe_getaddrinfo("hello", nullptr, &hints); in TEST_F()
835 ScopedAddrinfo result = safe_getaddrinfo(numeric_addr, nullptr, &hints); in TEST_F()
843 result = safe_getaddrinfo(host_name, nullptr, &hints); in TEST_F()
872 ScopedAddrinfo result = safe_getaddrinfo(domain.c_str(), nullptr, &hints); in TEST_F()
878 ScopedAddrinfo result = safe_getaddrinfo("ohayou", nullptr, &hints); in TEST_F()
912 ScopedAddrinfo result = safe_getaddrinfo(host_name1, nullptr, &hints); in TEST_F()
1037 ScopedAddrinfo result = safe_getaddrinfo("test13", nullptr, &hints); in TEST_F()
1048 result = safe_getaddrinfo("test13", nullptr, &hints); in TEST_F()
1151 ScopedAddrinfo result = safe_getaddrinfo("hello", nullptr, &hints); in TEST_F()
1569 ScopedAddrinfo result = safe_getaddrinfo("addrinfotls", nullptr, nullptr); in TEST_F()
1692 ai_result = safe_getaddrinfo(host_name, nullptr, nullptr); in TEST_F()
2425 ai_result = safe_getaddrinfo(host_name, nullptr, &hints); in TEST_F()
2474 ScopedAddrinfo ai_result = safe_getaddrinfo(host_name2, nullptr, &hints); in TEST_F()
2507 ScopedAddrinfo ai_result = safe_getaddrinfo(host_name2, nullptr, &hints); in TEST_F()
2534 ScopedAddrinfo result = safe_getaddrinfo("v4only", nullptr, &hints); in TEST_F()
2549 result = safe_getaddrinfo("v4only", nullptr, &hints); in TEST_F()
2582 ScopedAddrinfo result = safe_getaddrinfo("v4only", nullptr, &hints); in TEST_F()
2588 result = safe_getaddrinfo("v4only", nullptr, &hints); in TEST_F()
2615 ScopedAddrinfo result = safe_getaddrinfo("v4v6", nullptr, &hints); in TEST_F()
2646 ScopedAddrinfo result = safe_getaddrinfo("v4v6", nullptr, &hints); in TEST_F()
2703 ScopedAddrinfo result = safe_getaddrinfo(config.name.c_str(), nullptr, &hints); in TEST_F()
2711 result = safe_getaddrinfo(config.name.c_str(), nullptr, &hints); in TEST_F()
2745 ScopedAddrinfo result = safe_getaddrinfo("v4only", nullptr, nullptr); in TEST_F()
2753 result = safe_getaddrinfo("v4v6", nullptr, nullptr); in TEST_F()
2812 ScopedAddrinfo result = safe_getaddrinfo(nullptr, PORT_NAME_HTTP, &hints); in TEST_F()
2824 result = safe_getaddrinfo(nullptr, PORT_NUMBER_HTTP, &hints); in TEST_F()