Searched defs:addrinfo_ptr (Results 1 - 1 of 1) sorted by path

/system/core/adb/
H A Dsysdeps_win32.cpp853 struct addrinfo* addrinfo_ptr = nullptr; local
862 if (getaddrinfo(host.c_str(), port_str, &hints, &addrinfo_ptr) != 0) {
872 std::unique_ptr<struct addrinfo, decltype(&freeaddrinfo)> addrinfo(addrinfo_ptr, freeaddrinfo);
873 addrinfo_ptr = nullptr;

Completed in 32 milliseconds