Lines Matching refs:port
69 bool GetProxySetting(ServiceType sType, char *host, size_t hostSize, UInt16 *port) in GetProxySetting() argument
142 *port = (UInt16) portInt; in GetProxySetting()
150 *port = 0; in GetProxySetting()
260 UInt16 port; in getPropertyValue() local
263 retVal = GetProxySetting(sFTP, host, 100, &port); in getPropertyValue()
284 UInt16 port; in getPropertyValue() local
287 retVal = GetProxySetting(sFTP, host, 100, &port); in getPropertyValue()
291 aFtpProxy.Port = port; in getPropertyValue()
308 UInt16 port; in getPropertyValue() local
311 retVal = GetProxySetting(sHTTP, host, 100, &port); in getPropertyValue()
332 UInt16 port; in getPropertyValue() local
335 retVal = GetProxySetting(sHTTP, host, 100, &port); in getPropertyValue()
339 aHttpProxy.Port = port; in getPropertyValue()
356 UInt16 port; in getPropertyValue() local
359 retVal = GetProxySetting(sHTTPS, host, 100, &port); in getPropertyValue()
380 UInt16 port; in getPropertyValue() local
383 retVal = GetProxySetting(sHTTPS, host, 100, &port); in getPropertyValue()
387 aHttpsProxy.Port = port; in getPropertyValue()