Home
last modified time | relevance | path

Searched refs:NS_IsValidHTTPToken (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/fetch/
H A DFetchUtil.cpp18 if (!NS_IsValidHTTPToken(aMethod)) { in GetValidRequestMethod()
100 if (!NS_IsValidHTTPToken(aHeaderName)) { in ExtractHeader()
H A DInternalHeaders.cpp224 if (!NS_IsValidHTTPToken(aName)) { in IsInvalidName()
375 if (!NS_IsValidHTTPToken(token)) { in CORSHeaders()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/fetch/
H A DInternalHeaders.cpp209 if (!NS_IsValidHTTPToken(aName)) { in IsInvalidName()
381 if (!NS_IsValidHTTPToken(token)) { in CORSHeaders()
H A DFetchUtil.cpp23 if (!NS_IsValidHTTPToken(aMethod)) { in GetValidRequestMethod()
97 if (!NS_IsValidHTTPToken(aHeaderName)) { in ExtractHeader()
/dports/www/firefox-esr/firefox-91.8.0/dom/fetch/
H A DFetchUtil.cpp31 if (!NS_IsValidHTTPToken(aMethod)) { in GetValidRequestMethod()
105 if (!NS_IsValidHTTPToken(aHeaderName)) { in ExtractHeader()
H A DInternalHeaders.cpp358 if (!NS_IsValidHTTPToken(aName)) { in IsInvalidName()
529 if (!NS_IsValidHTTPToken(token)) { in CORSHeaders()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/fetch/
H A DFetchUtil.cpp24 if (!NS_IsValidHTTPToken(aMethod)) { in GetValidRequestMethod()
98 if (!NS_IsValidHTTPToken(aHeaderName)) { in ExtractHeader()
H A DInternalHeaders.cpp358 if (!NS_IsValidHTTPToken(aName)) { in IsInvalidName()
531 if (!NS_IsValidHTTPToken(token)) { in CORSHeaders()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/fetch/
H A DFetchUtil.cpp31 if (!NS_IsValidHTTPToken(aMethod)) { in GetValidRequestMethod()
105 if (!NS_IsValidHTTPToken(aHeaderName)) { in ExtractHeader()
H A DInternalHeaders.cpp358 if (!NS_IsValidHTTPToken(aName)) { in IsInvalidName()
529 if (!NS_IsValidHTTPToken(token)) { in CORSHeaders()
/dports/www/firefox/firefox-99.0/dom/fetch/
H A DInternalHeaders.cpp358 if (!NS_IsValidHTTPToken(aName)) { in IsInvalidName()
529 if (!NS_IsValidHTTPToken(token)) { in CORSHeaders()
H A DFetchUtil.cpp36 if (!NS_IsValidHTTPToken(aMethod)) { in GetValidRequestMethod()
110 if (!NS_IsValidHTTPToken(aHeaderName)) { in ExtractHeader()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/flyweb/
H A DHttpServer.cpp587 NS_ENSURE_TRUE(NS_IsValidHTTPToken(method), NS_ERROR_UNEXPECTED); in ConsumeLine()
736 NS_ENSURE_TRUE(NS_IsValidHTTPToken(mPendingHeaderName), in ConsumeLine()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsCORSListenerProxy.cpp1266 if (!NS_IsValidHTTPToken(method)) { in CheckPreflightRequestApproved()
1290 if (!NS_IsValidHTTPToken(header)) { in CheckPreflightRequestApproved()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DnsCORSListenerProxy.cpp1321 if (!NS_IsValidHTTPToken(method)) { in CheckPreflightRequestApproved()
1344 if (!NS_IsValidHTTPToken(header)) { in CheckPreflightRequestApproved()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsCORSListenerProxy.cpp1275 if (!NS_IsValidHTTPToken(method)) { in CheckPreflightRequestApproved()
1308 if (!NS_IsValidHTTPToken(header)) { in CheckPreflightRequestApproved()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DnsCORSListenerProxy.cpp1319 if (!NS_IsValidHTTPToken(method)) {
1351 if (!NS_IsValidHTTPToken(header)) {
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsCORSListenerProxy.cpp1357 if (!NS_IsValidHTTPToken(method)) { in CheckPreflightRequestApproved()
1389 if (!NS_IsValidHTTPToken(header)) { in CheckPreflightRequestApproved()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DnsCORSListenerProxy.cpp1319 if (!NS_IsValidHTTPToken(method)) { in CheckPreflightRequestApproved()
1351 if (!NS_IsValidHTTPToken(header)) { in CheckPreflightRequestApproved()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsNetUtil.h960 bool NS_IsValidHTTPToken(const nsACString &aToken);
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsNetUtil.h872 bool NS_IsValidHTTPToken(const nsACString &aToken);
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsNetUtil.h881 bool NS_IsValidHTTPToken(const nsACString& aToken);
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsNetUtil.h881 bool NS_IsValidHTTPToken(const nsACString& aToken);
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsNetUtil.h885 bool NS_IsValidHTTPToken(const nsACString& aToken);
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsNetUtil.h902 bool NS_IsValidHTTPToken(const nsACString& aToken);

12