Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/webdav-neon/
H A DDAVAuthListener.hxx42 const OUString & inHostName,
H A DDAVAuthListenerImpl.hxx54 const OUString & inHostName,
H A DDAVResourceAccess.cxx52 const OUString & inHostName, in authenticate() argument
74 m_aURL, inHostName, inRealm, inoutUserName, in authenticate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/webdav/
H A DDAVAuthListener.hxx34 const OUString & inHostName,
H A DDAVAuthListenerImpl.hxx45 const OUString & inHostName,
H A DDAVResourceAccess.cxx44 const OUString & inHostName, in authenticate() argument
69 m_aURL, inHostName, inRealm, inoutUserName, in authenticate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/webdav-neon/
H A DDAVAuthListener.hxx43 const OUString & inHostName,
H A DDAVAuthListenerImpl.hxx56 const OUString & inHostName,
H A DDAVResourceAccess.cxx52 const OUString & inHostName, in authenticate() argument
74 m_aURL, inHostName, inRealm, inoutUserName, in authenticate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/webdav/
H A DDAVAuthListener.hxx35 const OUString & inHostName,
H A DDAVAuthListenerImpl.hxx47 const OUString & inHostName,
H A DDAVResourceAccess.cxx44 const OUString & inHostName, in authenticate() argument
69 m_aURL, inHostName, inRealm, inoutUserName, in authenticate()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/network/
H A DnAuthentication.cpp632 bool inHostName = true; in FetchInfoFromAuthorityRemote() local
639 if ( inHostName ) in FetchInfoFromAuthorityRemote()
657 inHostName = false; in FetchInfoFromAuthorityRemote()
662 inHostName = false; in FetchInfoFromAuthorityRemote()
710 if( inHostName || inPort ) in FetchInfoFromAuthorityRemote()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/ExplorerPlugin/
H A DExplorerBarWindow.cpp578 const char * inHostName, in ResolveCallBack() argument
604 …og( kDebugLevelNotice, "resolved %s on ifi %d to %s\n", inFullName, inInterfaceIndex, inHostName ); in ResolveCallBack()
615 UTF8StringToStringObject( inHostName, resolve->host ); in ResolveCallBack()
H A DExplorerBarWindow.h240 const char * inHostName,
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSShared/
H A Ddnssd_clientshim.c816 const char *inHostName, in DNSServiceGetAddrInfo() argument
851 MakeDomainNameFromDNSNameString(&x->a.qname, inHostName); in DNSServiceGetAddrInfo()
886 …LogMsg("DNSServiceGetAddrInfo(\"%s\", %d) failed: %s (%ld)", inHostName, inProtocol, errormsg, err… in DNSServiceGetAddrInfo()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.h200 const char * inHostName,
H A DPrinterSetupWizardSheet.cpp1093 const char * inHostName, in OnResolve() argument
1126 err = UTF8StringToStringObject( inHostName, service->hostname ); in OnResolve()