Home
last modified time | relevance | path

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

/AOO41X/main/ucbhelper/source/client/
H A Dproxydecider.cxx524 rtl::OUString aFullyQualifiedHost; in getProxy() local
525 if ( !m_aHostnames.get( aHost, aFullyQualifiedHost ) ) in getProxy()
529 aFullyQualifiedHost = aAddr.getHostname().toAsciiLowerCase(); 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()
539 if ( !shouldUseProxy( aFullyQualifiedHost, nPort, false ) ) in getProxy()
553 if ( !shouldUseProxy( aFullyQualifiedHost, nPort, true ) ) in getProxy()
766 rtl::OUStringBuffer aFullyQualifiedHost; in setNoProxyList() local
[all …]