Home
last modified time | relevance | path

Searched refs:m_proxyhost (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DCurlFile.cpp614 if (!m_proxyhost.empty()) in SetCommonOptions()
618 const std::string hostport = m_proxyhost + in SetCommonOptions()
826 m_proxyhost.empty() && in ParseAndCorrectUrl()
832 m_proxyhost = s->GetString(CSettings::SETTING_NETWORK_HTTPPROXYSERVER); in ParseAndCorrectUrl()
836 CLog::Log(LOGDEBUG, "Using proxy %s, type %d", m_proxyhost.c_str(), in ParseAndCorrectUrl()
1056 m_proxyhost = host; in SetProxy()
H A DCurlFile.h157 std::string m_proxyhost; variable