Searched defs:hostName (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
H A DProxyServer.h53 ProxyServer(Type type, const String& hostName, int port) argument
55 , m_hostName(hostName)
61 const String& hostName() const { return m_hostName; } function in class:WebCore::ProxyServer
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DHopImpl.java70 * @param hostName hostname
74 public HopImpl(String hostName, int portNumber, String trans) { argument
75 host = hostName;
/external/nist-sip/java/gov/nist/core/
H A DHost.java72 /** hostName field
94 public Host(String hostName) throws IllegalArgumentException { argument
95 if (hostName == null)
101 setHost(hostName, IPV4ADDRESS);
/external/webkit/Source/WebCore/loader/
H A DResourceLoadScheduler.cpp59 String hostName = url.host(); local
60 HostInformation* host = m_hosts.get(hostName);
62 host = new HostInformation(hostName, maxRequestsInFlightPerHost);
63 m_hosts.add(hostName, host);
/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshake.cpp74 static String hostName(const KURL& url, bool secure) function in namespace:WebCore
222 builder.append(hostName(m_url, m_secure));
239 fields.append("Host: " + hostName(m_url, m_secure));
283 request.addHeaderField("Host", hostName(m_url, m_secure));
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c2123 char hostName[MAX_DOMAIN_LABEL]; local
2126 if (get_string(&request->msgptr, request->msgend, hostName, MAX_DOMAIN_LABEL) < 0) return(mStatus_BadParamErr);
2134 if(hostName[0] == 0) return mStatus_BadParamErr;
2136 while (len < MAX_DOMAIN_LABEL && hostName[len+1] && hostName[len+1] != '.') len++;
2138 strncpy(&(mDNSStorage.nicelabel.c[1]), hostName, len);
2140 strncpy(&(mDNSStorage.hostlabel.c[1]), hostName, len);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3822 milliseconds