Searched refs:aFullyQualifiedHost (Results 1 – 1 of 1) sorted by relevance
524 rtl::OUString aFullyQualifiedHost; in getProxy() local525 if ( !m_aHostnames.get( aHost, aFullyQualifiedHost ) ) in getProxy()530 m_aHostnames.put( aHost, aFullyQualifiedHost ); in getProxy()534 if ( !aFullyQualifiedHost.getLength() ) in getProxy()535 aFullyQualifiedHost = aHost; in getProxy()537 if ( aFullyQualifiedHost != aHost ) in getProxy()766 rtl::OUStringBuffer aFullyQualifiedHost; in setNoProxyList() local786 aFullyQualifiedHost.append( aTmp ); in setNoProxyList()791 aFullyQualifiedHost.append( aTmp ); in setNoProxyList()794 aFullyQualifiedHost.append( aPort ); in setNoProxyList()[all …]
Completed in 15 milliseconds