Home
last modified time | relevance | path

Searched refs:aHost (Results 101 – 125 of 1235) sorted by relevance

12345678910>>...50

/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gmp/
H A DGMPVideoi420FrameImpl.cpp13 GMPVideoi420FrameImpl::GMPVideoi420FrameImpl(GMPVideoHostImpl* aHost) in GMPVideoi420FrameImpl() argument
14 : mYPlane(aHost), in GMPVideoi420FrameImpl()
15 mUPlane(aHost), in GMPVideoi420FrameImpl()
16 mVPlane(aHost), in GMPVideoi420FrameImpl()
21 MOZ_ASSERT(aHost); in GMPVideoi420FrameImpl()
25 const GMPVideoi420FrameData& aFrameData, GMPVideoHostImpl* aHost) in GMPVideoi420FrameImpl() argument
26 : mYPlane(aFrameData.mYPlane(), aHost), in GMPVideoi420FrameImpl()
27 mUPlane(aFrameData.mUPlane(), aHost), in GMPVideoi420FrameImpl()
28 mVPlane(aFrameData.mVPlane(), aHost), in GMPVideoi420FrameImpl()
33 MOZ_ASSERT(aHost); in GMPVideoi420FrameImpl()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/gmp/
H A DGMPVideoi420FrameImpl.cpp13 GMPVideoi420FrameImpl::GMPVideoi420FrameImpl(GMPVideoHostImpl* aHost) in GMPVideoi420FrameImpl() argument
14 : mYPlane(aHost), in GMPVideoi420FrameImpl()
15 mUPlane(aHost), in GMPVideoi420FrameImpl()
16 mVPlane(aHost), in GMPVideoi420FrameImpl()
22 MOZ_ASSERT(aHost); in GMPVideoi420FrameImpl()
26 GMPVideoHostImpl* aHost) in GMPVideoi420FrameImpl() argument
27 : mYPlane(aFrameData.mYPlane(), aHost), in GMPVideoi420FrameImpl()
28 mUPlane(aFrameData.mUPlane(), aHost), in GMPVideoi420FrameImpl()
29 mVPlane(aFrameData.mVPlane(), aHost), in GMPVideoi420FrameImpl()
35 MOZ_ASSERT(aHost); in GMPVideoi420FrameImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cookie/
H A DCookieCommons.cpp28 bool CookieCommons::DomainMatches(Cookie* aCookie, const nsACString& aHost) { in DomainMatches() argument
32 return aCookie->RawHost() == aHost || in DomainMatches()
33 (aCookie->IsDomain() && StringEndsWith(aHost, aCookie->Host())); in DomainMatches()
125 nsIEffectiveTLDService* aTLDService, const nsACString& aHost, in GetBaseDomainFromHost() argument
128 if (aHost.Length() == 1 && aHost.Last() == '.') { in GetBaseDomainFromHost()
133 bool domain = !aHost.IsEmpty() && aHost.First() == '.'; in GetBaseDomainFromHost()
137 nsresult rv = aTLDService->GetBaseDomainFromHost(Substring(aHost, domain), 0, in GetBaseDomainFromHost()
149 aBaseDomain = aHost; in GetBaseDomainFromHost()
/dports/editors/libreoffice/libreoffice-7.2.6.2/io/source/connector/
H A Dconnector.cxx98 OUString aHost; in connect() local
100 aHost = aDesc.getParameter("host"); in connect()
102 aHost = "localhost"; in connect()
111 SocketAddr AddrTarget( aHost.pData, nPort ); in connect()
121 if( bTcpNoDelay || aHost == "localhost" || aHost.startsWith("127.0.0.") ) in connect()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cookie/
H A DnsCookie.cpp69 const nsACString &aHost, const nsACString &aPath, in Create() argument
83 aHost.Length() + aPath.Length() + 4; in Create()
93 StrBlockCopy(aName, aUTF8Value, aHost, aPath, name, value, host, path, end); in Create()
138 NS_IMETHODIMP nsCookie::GetHost(nsACString &aHost) { in GetHost() argument
139 aHost = Host(); in GetHost()
142 NS_IMETHODIMP nsCookie::GetRawHost(nsACString &aHost) { in GetRawHost() argument
143 aHost = RawHost(); in GetRawHost()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cookie/
H A DnsICookieManager2.idl22 * @param aHost
53 void add(in AUTF8String aHost,
64 nsresult addNative(in AUTF8String aHost,
98 * Count how many cookies exist within the base domain of 'aHost'.
103 * @param aHost
110 unsigned long countCookiesFromHost(in AUTF8String aHost);
114 * 'aHost'. Thus, for a host "weather.yahoo.com", the base domain would be
118 * @param aHost
131 nsISimpleEnumerator getCookiesFromHost(in AUTF8String aHost,
148 * @param aHost
[all …]
/dports/databases/unixODBC/unixODBC-2.3.9/DRVConfig/drvcfg1/
H A Ddrvcfg1.c15 static const char *aHost[] = variable
28 hLastProperty->aPromptData = malloc( sizeof( aHost ) ); in ODBCINSTGetProperties()
29 memcpy( hLastProperty->aPromptData, aHost, sizeof( aHost ) ); in ODBCINSTGetProperties()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/d3d9/
H A DDeviceManagerD3D9.cpp915 if (!aHost) { in RegisterTextureHost()
920 if (aHost->mPreviousHost || in RegisterTextureHost()
921 mTextureHostList == aHost) { in RegisterTextureHost()
926 MOZ_ASSERT(!aHost->mNextHost); in RegisterTextureHost()
932 aHost->mNextHost = mTextureHostList; in RegisterTextureHost()
934 mTextureHostList = aHost; in RegisterTextureHost()
936 MOZ_ASSERT(IsInTextureHostList(aHost)); in RegisterTextureHost()
937 aHost->mCreatingDeviceManager = this; in RegisterTextureHost()
958 MOZ_ASSERT(!aHost->mCreatingDeviceManager || aHost->mCreatingDeviceManager == this, in RemoveTextureListHead()
960 MOZ_ASSERT(aHost && mTextureHostList == aHost, in RemoveTextureListHead()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/io/source/connector/
H A Dconnector.cxx99 OUString aHost; in connect() local
101 aHost = aDesc.getParameter("host"); in connect()
103 aHost = "localhost"; in connect()
112 SocketAddr AddrTarget( aHost.pData, nPort ); in connect()
122 if( bTcpNoDelay || aHost == "localhost" || aHost.startsWith("127.0.0.") ) in connect()
/dports/databases/unixODBC/unixODBC-2.3.9/DRVConfig/MiniSQL/
H A DodbcminiS.c24 static const char *aHost[] = variable
37 hLastProperty->aPromptData = malloc( sizeof( aHost ) ); in ODBCINSTGetProperties()
38 memcpy( hLastProperty->aPromptData, aHost, sizeof( aHost ) ); in ODBCINSTGetProperties()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/fake-cdm/
H A Dcdm-test-storage.h27 void WriteRecord(cdm::Host_10* aHost, const std::string& aRecordName,
31 void WriteRecord(cdm::Host_10* aHost, const std::string& aRecordName,
37 cdm::Host_10* aHost, const std::string& aRecordName,
46 void OpenRecord(cdm::Host_10* aHost, const std::string& aRecordName,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/fake-cdm/
H A Dcdm-test-storage.h27 void WriteRecord(cdm::Host_10* aHost, const std::string& aRecordName,
31 void WriteRecord(cdm::Host_10* aHost, const std::string& aRecordName,
37 cdm::Host_10* aHost, const std::string& aRecordName,
46 void OpenRecord(cdm::Host_10* aHost, const std::string& aRecordName,
/dports/www/firefox/firefox-99.0/dom/media/fake-cdm/
H A Dcdm-test-storage.h27 void WriteRecord(cdm::Host_10* aHost, const std::string& aRecordName,
31 void WriteRecord(cdm::Host_10* aHost, const std::string& aRecordName,
37 cdm::Host_10* aHost, const std::string& aRecordName,
46 void OpenRecord(cdm::Host_10* aHost, const std::string& aRecordName,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/fake-cdm/
H A Dcdm-test-storage.h27 void WriteRecord(cdm::Host_10* aHost, const std::string& aRecordName,
31 void WriteRecord(cdm::Host_10* aHost, const std::string& aRecordName,
37 cdm::Host_10* aHost, const std::string& aRecordName,
46 void OpenRecord(cdm::Host_10* aHost, const std::string& aRecordName,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/fake-cdm/
H A Dcdm-test-storage.h27 void WriteRecord(cdm::Host_9* aHost, const std::string& aRecordName,
31 void WriteRecord(cdm::Host_9* aHost, const std::string& aRecordName,
37 cdm::Host_9* aHost, const std::string& aRecordName,
46 void OpenRecord(cdm::Host_9* aHost, const std::string& aRecordName,
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DnsIEffectiveTLDService.idl85 * if aHost is a numeric IPv4 or IPv6 address (as determined by
98 * @param aHost The host to be analyzed. Any additional parts (e.g. scheme,
105 ACString getPublicSuffixFromHost(in AUTF8String aHost);
112 * @param aHost The host to be analyzed.
116 ACString getKnownPublicSuffixFromHost(in AUTF8String aHost);
124 * @param aHost The host to be analyzed. Any additional parts (e.g. scheme,
145 ACString getNextSubDomain(in AUTF8String aHost);
148 * Returns true if the |aInput| in is part of the root domain of |aHost|.
150 * "mozilla.org" as |aHost|, this will return true. It would return false
154 * @param aHost The host to compare to.
[all …]
H A DTRRService.cpp897 nsAutoCString hashkey(aHost + aOriginSuffix); in IsDomainBlocked()
925 int32_t dot = aHost.FindChar('.'); in IsTemporarilyBlocked()
936 nsDependentCSubstring domain = Substring(aHost, 0); in IsTemporarilyBlocked()
957 return IsExcludedFromTRR_unlocked(aHost); in IsExcludedFromTRR()
967 while (dot < static_cast<int32_t>(aHost.Length())) { in IsExcludedFromTRR_unlocked()
969 Substring(aHost, dot, aHost.Length() - dot); in IsExcludedFromTRR_unlocked()
987 dot = aHost.FindChar('.', dot + 1); in IsExcludedFromTRR_unlocked()
1000 LOG(("TRR blocklist %s\n", nsCString(aHost).get())); in AddToBlocklist()
1001 nsAutoCString hashkey(aHost + aOriginSuffix); in AddToBlocklist()
1014 int32_t dot = aHost.FindChar('.'); in AddToBlocklist()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/dns/
H A DnsIEffectiveTLDService.idl85 * if aHost is a numeric IPv4 or IPv6 address (as determined by
98 * @param aHost The host to be analyzed. Any additional parts (e.g. scheme,
105 ACString getPublicSuffixFromHost(in AUTF8String aHost);
112 * @param aHost The host to be analyzed.
116 ACString getKnownPublicSuffixFromHost(in AUTF8String aHost);
124 * @param aHost The host to be analyzed. Any additional parts (e.g. scheme,
145 ACString getNextSubDomain(in AUTF8String aHost);
148 * Returns true if the |aInput| in is part of the root domain of |aHost|.
150 * "mozilla.org" as |aHost|, this will return true. It would return false
154 * @param aHost The host to compare to.
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/dns/
H A DnsIEffectiveTLDService.idl85 * if aHost is a numeric IPv4 or IPv6 address (as determined by
98 * @param aHost The host to be analyzed. Any additional parts (e.g. scheme,
105 ACString getPublicSuffixFromHost(in AUTF8String aHost);
112 * @param aHost The host to be analyzed.
116 ACString getKnownPublicSuffixFromHost(in AUTF8String aHost);
124 * @param aHost The host to be analyzed. Any additional parts (e.g. scheme,
145 ACString getNextSubDomain(in AUTF8String aHost);
148 * Returns true if the |aInput| in is part of the root domain of |aHost|.
150 * "mozilla.org" as |aHost|, this will return true. It would return false
154 * @param aHost The host to compare to.
[all …]
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsIDashboard.idl39 * aHost: the host's name
42 void requestConnection(in ACString aHost, in unsigned long aPort,
50 * aHost: host name */
51 void requestDNSLookup(in ACString aHost, in nsINetDashboardCallback cb);
54 * aHost: host name */
55 void requestDNSHTTPSRRLookup(in ACString aHost,
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsIDashboard.idl39 * aHost: the host's name
42 void requestConnection(in ACString aHost, in unsigned long aPort,
50 * aHost: host name */
51 void requestDNSLookup(in ACString aHost, in nsINetDashboardCallback cb);
54 * aHost: host name */
55 void requestDNSHTTPSRRLookup(in ACString aHost,
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsIDashboard.idl39 * aHost: the host's name
42 void requestConnection(in ACString aHost, in unsigned long aPort,
50 * aHost: host name */
51 void requestDNSLookup(in ACString aHost, in nsINetDashboardCallback cb);
54 * aHost: host name */
55 void requestDNSHTTPSRRLookup(in ACString aHost,
/dports/www/firefox/firefox-99.0/toolkit/components/cleardata/
H A DClearDataService.jsm118 deleteByHost(aHost, aOriginAttributes) {
121 aHost,
363 hostOrBaseDomain: aHost,
398 deleteByHost(aHost, aOriginAttributes) {
793 deleteByHost(aHost, aOriginAttributes) {
896 deleteByHost(aHost, aOriginAttributes) {
939 aHost
1062 deleteByHost(aHost, aOriginAttributes) {
1089 // Also clears subdomains of aHost.
1265 // Also clears subdomains of aHost.
[all …]
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsHttpAuthManager.cpp45 const nsACString& aScheme, const nsACString& aHost, int32_t aPort, in GetAuthIdentity() argument
59 rv = auth_cache->GetAuthEntryForPath(aScheme, aHost, aPort, aPath, in GetAuthIdentity()
62 rv = auth_cache->GetAuthEntryForDomain(aScheme, aHost, aPort, aRealm, in GetAuthIdentity()
77 const nsACString& aScheme, const nsACString& aHost, int32_t aPort, in SetAuthIdentity() argument
90 return auth_cache->SetAuthEntry(aScheme, aHost, aPort, aPath, aRealm, in SetAuthIdentity()
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DTRRService.cpp853 nsAutoCString hashkey(aHost + aOriginSuffix); in IsDomainBlocked()
887 int32_t dot = aHost.FindChar('.'); in IsTemporarilyBlocked()
898 nsDependentCSubstring domain = Substring(aHost, 0); in IsTemporarilyBlocked()
919 return IsExcludedFromTRR_unlocked(aHost); in IsExcludedFromTRR()
929 while (dot < static_cast<int32_t>(aHost.Length())) { in IsExcludedFromTRR_unlocked()
931 Substring(aHost, dot, aHost.Length() - dot); in IsExcludedFromTRR_unlocked()
949 dot = aHost.FindChar('.', dot + 1); in IsExcludedFromTRR_unlocked()
967 LOG(("TRR blocklist %s\n", nsCString(aHost).get())); in AddToBlocklist()
968 nsAutoCString hashkey(aHost + aOriginSuffix); in AddToBlocklist()
981 int32_t dot = aHost.FindChar('.'); in AddToBlocklist()
[all …]

12345678910>>...50