Home
last modified time | relevance | path

Searched refs:authorityPos (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/security/certverifier/
H A DOCSPRequestor.cpp95 uint32_t authorityPos; in DoOCSPRequest() local
100 &schemePos, &schemeLen, &authorityPos, in DoOCSPRequest()
121 nsrv = urlParser->ParseAuthority(url + authorityPos, authorityLen, nullptr, in DoOCSPRequest()
135 nsAutoCString hostname(url + authorityPos + hostnamePos, in DoOCSPRequest()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/certverifier/
H A DOCSPRequestor.cpp101 uint32_t authorityPos; in DoOCSPRequest() local
107 &authorityPos, &authorityLen, in DoOCSPRequest()
128 nsrv = urlParser->ParseAuthority(url + authorityPos, authorityLen, in DoOCSPRequest()
143 hostname(url + authorityPos + hostnamePos, in DoOCSPRequest()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/fetch/
H A DInternalRequest.h198 uint32_t authorityPos; in SetReferrer() local
206 &authorityPos, &authorityLen, in SetReferrer()
/dports/www/firefox-esr/firefox-91.8.0/dom/fetch/
H A DInternalRequest.h169 uint32_t authorityPos; in SetReferrer() local
177 &authorityPos, &authorityLen, &pathPos, &pathLen); in SetReferrer()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/fetch/
H A DInternalRequest.h165 uint32_t authorityPos; in SetReferrer() local
173 &authorityPos, &authorityLen, &pathPos, &pathLen); in SetReferrer()
/dports/www/firefox/firefox-99.0/dom/fetch/
H A DInternalRequest.h169 uint32_t authorityPos; in SetReferrer() local
177 &authorityPos, &authorityLen, &pathPos, &pathLen); in SetReferrer()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/fetch/
H A DInternalRequest.h169 uint32_t authorityPos; in SetReferrer() local
177 &authorityPos, &authorityLen, &pathPos, &pathLen); in SetReferrer()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/fetch/
H A DInternalRequest.h173 uint32_t authorityPos; in SetReferrer() local
181 &authorityPos, &authorityLen, &pathPos, &pathLen); in SetReferrer()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsURLParsers.cpp48 uint32_t* authorityPos, int32_t* authorityLen,
124 ParseAfterScheme(colon + 1, specLen - schemeLen, authorityPos,
146 ParseAfterScheme(spec, specLen, authorityPos, authorityLen, pathPos,
H A DnsIURLParser.idl35 out unsigned long authorityPos, out long authorityLen,
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsURLParsers.cpp48 uint32_t* authorityPos, int32_t* authorityLen,
124 ParseAfterScheme(colon + 1, specLen - schemeLen, authorityPos,
146 ParseAfterScheme(spec, specLen, authorityPos, authorityLen, pathPos,
H A DnsIURLParser.idl35 out unsigned long authorityPos, out long authorityLen,
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsURLParsers.cpp47 uint32_t *authorityPos, int32_t *authorityLen,
121 ParseAfterScheme(colon + 1, specLen - schemeLen, authorityPos,
143 ParseAfterScheme(spec, specLen, authorityPos, authorityLen, pathPos,
H A DProxyAutoConfig.cpp757 uint32_t authorityPos; in GetProxyForURI() local
761 &schemeLen, &authorityPos, &authorityLen, in GetProxyForURI()
H A DnsIURLParser.idl35 out unsigned long authorityPos, out long authorityLen,
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsURLParsers.cpp52 uint32_t *authorityPos, int32_t *authorityLen,
133 authorityPos, authorityLen,
157 authorityPos, authorityLen,
H A DProxyAutoConfig.cpp790 uint32_t authorityPos; in GetProxyForURI() local
795 &authorityPos, &authorityLen, in GetProxyForURI()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsURLParsers.cpp48 uint32_t* authorityPos, int32_t* authorityLen,
124 ParseAfterScheme(colon + 1, specLen - schemeLen, authorityPos,
146 ParseAfterScheme(spec, specLen, authorityPos, authorityLen, pathPos,
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsURLParsers.cpp48 uint32_t* authorityPos, int32_t* authorityLen,
123 ParseAfterScheme(colon + 1, specLen - schemeLen, authorityPos,
145 ParseAfterScheme(spec, specLen, authorityPos, authorityLen, pathPos,
H A DProxyAutoConfig.cpp826 uint32_t authorityPos; in GetProxyForURI() local
830 &schemeLen, &authorityPos, &authorityLen, in GetProxyForURI()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/payments/
H A DPaymentRequest.cpp131 uint32_t authorityPos = 0; in IsValidPaymentMethodIdentifier() local
136 &authorityPos, &authorityLen, nullptr, nullptr); in IsValidPaymentMethodIdentifier()
148 if (Substring(aIdentifier, authorityPos, authorityLen).IsEmpty()) { in IsValidPaymentMethodIdentifier()
164 Substring(aIdentifier, authorityPos, authorityLen)); in IsValidPaymentMethodIdentifier()
/dports/www/firefox-esr/firefox-91.8.0/dom/payments/
H A DPaymentRequest.cpp185 uint32_t authorityPos = 0; in IsValidPaymentMethodIdentifier() local
190 &authorityPos, &authorityLen, nullptr, nullptr); in IsValidPaymentMethodIdentifier()
213 if (Substring(aIdentifier, authorityPos, authorityLen).IsEmpty()) { in IsValidPaymentMethodIdentifier()
231 Substring(aIdentifier, authorityPos, authorityLen)); in IsValidPaymentMethodIdentifier()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/payments/
H A DPaymentRequest.cpp173 uint32_t authorityPos = 0; in IsValidPaymentMethodIdentifier() local
178 &authorityPos, &authorityLen, nullptr, nullptr); in IsValidPaymentMethodIdentifier()
201 if (Substring(aIdentifier, authorityPos, authorityLen).IsEmpty()) { in IsValidPaymentMethodIdentifier()
219 Substring(aIdentifier, authorityPos, authorityLen)); in IsValidPaymentMethodIdentifier()
/dports/www/firefox/firefox-99.0/dom/payments/
H A DPaymentRequest.cpp188 uint32_t authorityPos = 0; in IsValidPaymentMethodIdentifier() local
193 &authorityPos, &authorityLen, nullptr, nullptr); in IsValidPaymentMethodIdentifier()
216 if (Substring(aIdentifier, authorityPos, authorityLen).IsEmpty()) { in IsValidPaymentMethodIdentifier()
234 Substring(aIdentifier, authorityPos, authorityLen)); in IsValidPaymentMethodIdentifier()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/payments/
H A DPaymentRequest.cpp185 uint32_t authorityPos = 0; in IsValidPaymentMethodIdentifier() local
190 &authorityPos, &authorityLen, nullptr, nullptr); in IsValidPaymentMethodIdentifier()
213 if (Substring(aIdentifier, authorityPos, authorityLen).IsEmpty()) { in IsValidPaymentMethodIdentifier()
231 Substring(aIdentifier, authorityPos, authorityLen)); in IsValidPaymentMethodIdentifier()

12