Searched refs:GetProxySetting (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/shell/source/backends/macbe/ |
| H A D | macbackend.cxx | 69 bool GetProxySetting(ServiceType sType, char *host, size_t hostSize, UInt16 *port) in GetProxySetting() function 256 retVal = GetProxySetting(sFTP, host, 100, &port); in getPropertyValue() 280 retVal = GetProxySetting(sFTP, host, 100, &port); in getPropertyValue() 304 retVal = GetProxySetting(sHTTP, host, 100, &port); in getPropertyValue() 328 retVal = GetProxySetting(sHTTP, host, 100, &port); in getPropertyValue() 352 retVal = GetProxySetting(sHTTPS, host, 100, &port); in getPropertyValue() 376 retVal = GetProxySetting(sHTTPS, host, 100, &port); in getPropertyValue()
|