Lines Matching refs:suResult
928 rtl::OUString suResult = saSocketAddr.getHostname( 0 ); in getHostname_001() local
929 rtl::OUString suError = outputError(suResult, aHostName4, "test for getHostname(0)"); in getHostname_001()
930 sal_Bool bOK = compareUString( suResult, aHostName4 ); in getHostname_001()
935 if ( compareUString( getIPbyName( oustring2char( suResult ) ), aHostIp4 ) == sal_True ) in getHostname_001()
952 rtl::OUString suResult = saSocketAddr.getHostname( &aResult ); in getHostname_002() local
955 rtl::OUString suError = outputError(suResult, suHostname, "test for getHostname(0)"); in getHostname_002()
956 bOK = compareUString( suResult, suHostname ); in getHostname_002()
959 rtl::OString aString = ::rtl::OUStringToOString( suResult, RTL_TEXTENCODING_ASCII_US ); in getHostname_002()
1349 ::rtl::OUString suResult = ::osl::SocketAddr::getLocalHostname( pResult ); in getLocalHostname_001()
1360 if (suThisHost.equals(suResult)) in getLocalHostname_001()
1367 … suError = outputError(suResult, getThisHostname( ), "test for getLocalHostname() function"); in getLocalHostname_001()