Home
last modified time | relevance | path

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

/trunk/main/uui/source/
H A Diahndl-ssl.cxx85 rtl::OUString hostName, uno::Sequence< ::rtl::OUString > certHostNames) in isDomainMatch() argument
93 if (hostName.equalsIgnoreAsciiCase( element )) in isDomainMatch()
97 hostName.getLength() >= element.getLength() ) in isDomainMatch()
100 if ( hostName.matchIgnoreAsciiCase( in isDomainMatch()
101 cmpStr, hostName.getLength() - cmpStr.getLength()) ) in isDomainMatch()
195 const rtl::OUString & hostName ) in executeSSLWarnDialog() argument
217 aArguments_1.push_back( hostName ); in executeSSLWarnDialog()
220 aArguments_1.push_back( hostName ); in executeSSLWarnDialog()
/trunk/main/sal/osl/w32/
H A Dsocket.cxx950 rtl_uString *hostName= NULL; in osl_getLocalHostname() local
953 &hostName, Host, strlen(Host), in osl_getLocalHostname()
955 OSL_ASSERT(hostName != 0); in osl_getLocalHostname()
958 pAddr = osl_createHostAddrByName(hostName); in osl_getLocalHostname()
959 rtl_uString_release (hostName); in osl_getLocalHostname()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx1974 rtl::OUString hostName = getHostName(); in isDomainMatch() local
1976 if (hostName.equalsIgnoreAsciiCase( certHostName ) ) in isDomainMatch()
1980 hostName.getLength() >= certHostName.getLength() ) in isDomainMatch()
1984 if ( hostName.matchIgnoreAsciiCase( in isDomainMatch()
1985 cmpStr, hostName.getLength() - cmpStr.getLength() ) ) in isDomainMatch()

Completed in 56 milliseconds