Home
last modified time | relevance | path

Searched refs:GetHostName (Results 1 – 25 of 831) sorted by relevance

12345678910>>...34

/dports/ftp/lftp/lftp-4.9.2/src/
H A DFileCopyFtp.cc105 && !ResMgr::QueryBool("ftp:ssl-force",ftp_src->GetHostName()) in Do()
106 && !ResMgr::QueryBool("ftp:ssl-force",ftp_dst->GetHostName())) in Do()
122 if(ResMgr::QueryBool("ftp:fxp-force",ftp_src->GetHostName()) in Do()
123 || ResMgr::QueryBool("ftp:fxp-force",ftp_dst->GetHostName())) in Do()
243 if(ResMgr::QueryBool("ftp:ssl-protect-fxp",ftp_src->GetHostName()) in FileCopyFtp()
244 || ResMgr::QueryBool("ftp:ssl-protect-fxp",ftp_dst->GetHostName())) in FileCopyFtp()
260 if(!ResMgr::QueryBool("ftp:use-fxp",s_s->GetHostName()) in New()
261 || !ResMgr::QueryBool("ftp:use-fxp",d_s->GetHostName())) in New()
H A DLsCache.cc42 return loc->GetHostName(); in GetClosure()
90 !res_cache_empty_listings.QueryBool(p_loc->GetHostName())) in Add()
100 if(!IsEnabled(p_loc->GetHostName())) in Add()
129 if(!IsEnabled(p_loc->GetHostName())) in Find()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win32/filesystem/
H A DWin32SMBDirectory.cpp61 if (url.GetHostName().empty() || url.GetShareName().empty()) in prepareWin32SMBDirectoryName()
95 if (url.GetHostName().empty()) in GetDirectory()
201 …if (url.GetHostName().empty() || url.GetShareName().empty() || url.GetFileName() == url.GetShareNa… in RealCreate()
249 if (url.GetHostName().empty()) in RealExists()
261 if (g_charsetConverter.utf8ToW("\\\\" + url.GetHostName(), serverNameW, false, false, true) && in RealExists()
279 baseUrl.SetHostName(url.GetHostName()); // scan server for shares in RealExists()
345 std::string hostName(basePath.GetHostName()); in GetNetworkResources()
662 if (url.GetHostName().empty()) in ConnectAndAuthenticate()
670 if (!g_charsetConverter.utf8ToW(url.GetHostName(), serverNameW, false, false, true)) in ConnectAndAuthenticate()
681 serverShareName = "\\\\" + url.GetHostName() + "\\" + url.GetShareName(); in ConnectAndAuthenticate()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Native/
H A DInterop.GetHostName.cs14 private static extern unsafe int GetHostName(byte* name, int nameLength); in GetHostName() method in Interop.Sys
16 internal static unsafe string GetHostName() in GetHostName() method in Interop.Sys
22 int err = GetHostName(name, ArrLength); in GetHostName()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icinga/
H A Dcomment.ti39 return Host::GetByName(GetHostName());
45 Service::Ptr service = Service::GetByNamePair(GetHostName(), oldValue);
50 Service::Ptr service = Service::GetByNamePair(GetHostName(), newValue);
58 Host::Ptr host = Host::GetByName(GetHostName());
H A Dscheduleddowntime.ti31 return Host::GetByName(GetHostName());
37 Service::Ptr service = Service::GetByNamePair(GetHostName(), oldValue);
42 Service::Ptr service = Service::GetByNamePair(GetHostName(), newValue);
50 Host::Ptr host = Host::GetByName(GetHostName());
H A Ddowntime.ti30 return Host::GetByName(GetHostName());
36 Service::Ptr service = Service::GetByNamePair(GetHostName(), oldValue);
41 Service::Ptr service = Service::GetByNamePair(GetHostName(), newValue);
49 Host::Ptr host = Host::GetByName(GetHostName());
H A Dnotification.ti48 return Host::GetByName(GetHostName());
54 Service::Ptr service = Service::GetByNamePair(GetHostName(), oldValue);
59 Service::Ptr service = Service::GetByNamePair(GetHostName(), newValue);
67 Host::Ptr host = Host::GetByName(GetHostName());
/dports/net-mgmt/bosun/bosun-0.9.0-preview/host/
H A Dmanager_test.go11 if m.GetHostName() != expectedHostname {
12 t.Errorf("Expected hostname to be '%s' but it was '%s'", expectedHostname, m.GetHostName())
14 t.Errorf("Expected hostname to be '%s' but it was '%s'", expectedHostname, m.GetHostName())
H A Dmanager.go25 GetHostName() string methodSpec
73 func (m *manager) GetHostName() string { func
/dports/converters/mimelib/mimelib-1.1.2/mimelib/
H A Dmsgid.cpp53 static void GetHostName(char* buf, int bufLen);
233 GetHostName(hostname, 80); in CreateDefault()
324 static void GetHostName(char* buf, int bufLen) in GetHostName() function
351 static void GetHostName(char* buf, int bufLen) in GetHostName() function
379 static void GetHostName(char* buf, int bufLen) in GetHostName() function
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dhost_unittest.cc31 TEST(Host, GetHostName) { in TEST() argument
32 EXPECT_NE("", talk_base::GetHostName()); in TEST()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/NetworkInformation/
H A DHostInformationPal.Unix.cs9 public static string GetHostName() in GetHostName() method in System.Net.NetworkInformation.HostInformationPal
11 return Interop.Sys.GetHostName(); in GetHostName()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DPluginDirectory.cpp117 if (!CServiceBroker::GetAddonMgr().GetAddon(url.GetHostName(), m_addon, ADDON_PLUGIN, in StartScript()
119 !CServiceBroker::GetAddonMgr().GetAddon(url.GetHostName(), m_addon, ADDON_UNKNOWN, in StartScript()
121 !CAddonInstaller::GetInstance().InstallModal(url.GetHostName(), m_addon, in StartScript()
124 CLog::Log(LOGERROR, "Unable to find plugin %s", url.GetHostName().c_str()); in StartScript()
459 if (url.GetHostName().empty()) // called with no script - should never happen in RunScriptWithParams()
463 if (!CServiceBroker::GetAddonMgr().GetAddon(url.GetHostName(), addon, ADDON_PLUGIN, in RunScriptWithParams()
465 !CAddonInstaller::GetInstance().InstallModal(url.GetHostName(), addon, in RunScriptWithParams()
468 CLog::Log(LOGERROR, "Unable to find plugin %s", url.GetHostName().c_str()); in RunScriptWithParams()
625 if (url.GetHostName().empty()) in IsMediaLibraryScanningAllowed()
628 if (!CServiceBroker::GetAddonMgr().GetAddon(url.GetHostName(), addon, ADDON_PLUGIN, in IsMediaLibraryScanningAllowed()
[all …]
H A DNFSFile.cpp71 CDNSNameCache::Lookup(url.GetHostName(), m_resolvedHostName); in resolveHost()
210 if(m_exportList.empty() || !StringUtils::EqualsNoCase(url.GetHostName(), m_hostName)) in splitUrlIntoExportAndPath()
277 url.GetHostName() != m_hostName)) || in Connect()
280 int contextRet = getContextForExport(url.GetHostName() + exportPath); in Connect()
297 destroyContext(url.GetHostName() + exportPath); in Connect()
300 CLog::Log(LOGDEBUG, "NFS: Connected to server %s and export %s", url.GetHostName().c_str(), in Connect()
304 m_hostName = url.GetHostName(); in Connect()
453 url.GetHostName().c_str(), exportPath.c_str()); in stat()
/dports/mail/lurker/lurker-2.3/mimelib/
H A Dmsgid.cpp57 static void GetHostName(char* buf, int bufLen);
237 GetHostName(hostname, 80); in CreateDefault()
328 static void GetHostName(char* buf, int bufLen) in GetHostName() function
357 static void GetHostName(char* buf, int bufLen) in GetHostName() function
385 static void GetHostName(char* buf, int bufLen) in GetHostName() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NameResolution/src/System/Net/
H A DNameResolutionPal.Unix.cs147 hostName = Dns.GetHostName(); in GetHostByName()
179 name = Dns.GetHostName(); in TryGetAddrInfo()
223 public static string GetHostName() in GetHostName() method in System.Net.NameResolutionPal
225 return Interop.Sys.GetHostName(); in GetHostName()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DURIUtils.cpp317 strFile = url.GetHostName(); in GetParentPath()
367 if (!url.GetHostName().empty()) in GetParentPath()
384 if (!url.GetHostName().empty()) in GetParentPath()
736 return IsHD(url.GetHostName()); in IsHD()
811 return IsZIP(url.GetHostName()); in IsInZIP()
824 return IsRAR(url.GetHostName()); in IsInRAR()
896 return IsSmb(url.GetHostName()); in IsSmb()
916 return IsFTP(url.GetHostName()); in IsFTP()
996 return IsDAV(url.GetHostName()); in IsDAV()
1097 return IsNfs(url.GetHostName()); in IsNfs()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dnetwork_interfaces_unittest.cc74 TEST(NetworkInterfacesTest, GetHostName) { in TEST() argument
78 std::string hostname = GetHostName(); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/base/
H A Dnetwork_interfaces_unittest.cc74 TEST(NetworkInterfacesTest, GetHostName) { in TEST() argument
78 std::string hostname = GetHostName(); in TEST()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/android/network/
H A DNetworkAndroid.h41 std::string GetHostName();
61 bool GetHostName(std::string& hostname) override;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NameResolution/tests/PalTests/
H A DNameResolutionPalTests.cs22 Assert.NotNull(NameResolutionPal.GetHostName()); in HostName_NotNull()
49 string hostName = NameResolutionPal.GetHostName(); in GetHostByName_HostName()
122 string hostName = NameResolutionPal.GetHostName(); in TryGetAddrInfo_HostName()
172 string hostName = NameResolutionPal.GetHostName(); in TryGetAddrInfo_HostName_TryGetNameInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DDnsCas.cs38 hostname = Dns.GetHostName (); in FixtureSetUp()
139 Dns.GetHostName (); in Deny_GetHostName()
263 Assert.IsNotNull (Dns.GetHostName ()); in PermitOnly_GetHostName()
/dports/net/osrtspproxy/osrtspproxy_2_0/rtspproxy/
H A Drtspproxy.cpp361 const CString& CServerCnx::GetHostName( void ) const in GetHostName() function in CServerCnx
450 m_pOwner->DeleteSessionByServerSessionID(pmsg->GetHdr("Session"), GetHostName() ); in OnTeardownRequest()
656 … CString strClientSessionID = FindClientSessionID( strServerSessionID, pServerCnx->GetHostName() ); in PassToClient()
672 …CCSeqPair* pPair = new CCSeqPair( buf, strCSeq, pServerCnx->GetHostName(), pServerCnx->GetPort() ); in PassToClient()
689 … CString strClientSessionID = FindClientSessionID( strServerSessionID, pServerCnx->GetHostName() ); in PassToClient()
929 pSession->GetHost() == pServerCnx->GetHostName() ) in PassSetupResponseToClient()
938 pSession->SetSessionID( strSessionID, pServerCnx->GetHostName(), m_sessionIndex++ ); in PassSetupResponseToClient()
950 pSession->SetSessionID( strSessionID, pServerCnx->GetHostName(), m_sessionIndex++ ); in PassSetupResponseToClient()
1076 if( pServerCnx->GetHostName() == strHost && pServerCnx->GetPort() == uHost ) in FindServerCnx()
1130 if( pPair->m_strHost == pServerCnx->GetHostName() && in OnServerCnxClosed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/cloud_print_private/
H A Dcloud_print_private_apitest.cc72 MOCK_METHOD0(GetHostName, std::string());
98 EXPECT_CALL(cloud_print_mock, GetHostName()) in IN_PROC_BROWSER_TEST_F()

12345678910>>...34