reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
67 if (!DecodeHostAndPort(name, host_str, port_str, port, &error)) 79 int err = ::getaddrinfo(host_str.c_str(), port_str.c_str(), &hints, 88 host_str.c_str(), port_str.c_str(), err, gai_strerror(err));