Home
last modified time | relevance | path

Searched refs:hostPortKey (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DTransportSecurityInfo.cpp846 nsAutoCString hostPortKey; in RememberCertHasError() local
847 rv = GetHostPortKey(infoObject, hostPortKey); in RememberCertHasError()
861 mErrorHosts.Put(hostPortKey, bits); in RememberCertHasError()
864 mErrorHosts.Remove(hostPortKey); in RememberCertHasError()
878 nsAutoCString hostPortKey; in LookupCertErrorBits() local
879 rv = GetHostPortKey(infoObject, hostPortKey); in LookupCertErrorBits()
885 if (!mErrorHosts.Get(hostPortKey, &bits)) in LookupCertErrorBits()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/
H A DTransportSecurityInfo.cpp992 nsAutoCString hostPortKey; in RememberCertHasError() local
993 rv = GetHostPortKey(infoObject, hostPortKey); in RememberCertHasError()
1010 mErrorHosts.Put(hostPortKey, bits); in RememberCertHasError()
1014 mErrorHosts.Remove(hostPortKey); in RememberCertHasError()
1030 nsAutoCString hostPortKey; in LookupCertErrorBits() local
1031 rv = GetHostPortKey(infoObject, hostPortKey); in LookupCertErrorBits()
1038 if (!mErrorHosts.Get(hostPortKey, &bits)) in LookupCertErrorBits()
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DTransportSecurityInfo.cpp839 nsAutoCString hostPortKey; in RememberCertHasError() local
840 rv = GetHostPortKey(infoObject, hostPortKey); in RememberCertHasError()
858 mErrorHosts.Put(hostPortKey, bits); in RememberCertHasError()
861 mErrorHosts.Remove(hostPortKey); in RememberCertHasError()
876 nsAutoCString hostPortKey; in LookupCertErrorBits() local
877 rv = GetHostPortKey(infoObject, hostPortKey); in LookupCertErrorBits()
885 if (!mErrorHosts.Get(hostPortKey, &bits)) { in LookupCertErrorBits()
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DTransportSecurityInfo.cpp872 nsAutoCString hostPortKey; in RememberCertHasError() local
873 rv = GetHostPortKey(infoObject, hostPortKey); in RememberCertHasError()
891 mErrorHosts.InsertOrUpdate(hostPortKey, bits); in RememberCertHasError()
894 mErrorHosts.Remove(hostPortKey); in RememberCertHasError()
909 nsAutoCString hostPortKey; in LookupCertErrorBits() local
910 rv = GetHostPortKey(infoObject, hostPortKey); in LookupCertErrorBits()
918 if (!mErrorHosts.Get(hostPortKey, &bits)) { in LookupCertErrorBits()
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DTransportSecurityInfo.cpp896 nsAutoCString hostPortKey; in RememberCertHasError() local
897 rv = GetHostPortKey(infoObject, hostPortKey); in RememberCertHasError()
915 mErrorHosts.InsertOrUpdate(hostPortKey, bits); in RememberCertHasError()
918 mErrorHosts.Remove(hostPortKey); in RememberCertHasError()
933 nsAutoCString hostPortKey; in LookupCertErrorBits() local
934 rv = GetHostPortKey(infoObject, hostPortKey); in LookupCertErrorBits()
942 if (!mErrorHosts.Get(hostPortKey, &bits)) { in LookupCertErrorBits()
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DTransportSecurityInfo.cpp872 nsAutoCString hostPortKey; in RememberCertHasError() local
873 rv = GetHostPortKey(infoObject, hostPortKey); in RememberCertHasError()
891 mErrorHosts.InsertOrUpdate(hostPortKey, bits); in RememberCertHasError()
894 mErrorHosts.Remove(hostPortKey); in RememberCertHasError()
909 nsAutoCString hostPortKey; in LookupCertErrorBits() local
910 rv = GetHostPortKey(infoObject, hostPortKey); in LookupCertErrorBits()
918 if (!mErrorHosts.Get(hostPortKey, &bits)) { in LookupCertErrorBits()