Home
last modified time | relevance | path

Searched refs:fullhashes (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/netwerk/ipc/
H A DParentChannelWrapper.cpp75 nsTArray<nsCString> lists, fullhashes;
80 fullhashes.AppendElement(token);
82 classifiedChannel->SetMatchedTrackingInfo(lists, fullhashes);
/dports/www/firefox/firefox-99.0/netwerk/ipc/
H A DParentChannelWrapper.cpp80 nsTArray<nsCString> lists, fullhashes; in SetClassifierMatchedTrackingInfo() local
85 fullhashes.AppendElement(token); in SetClassifierMatchedTrackingInfo()
87 classifiedChannel->SetMatchedTrackingInfo(lists, fullhashes); in SetClassifierMatchedTrackingInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/ipc/
H A DParentChannelWrapper.cpp75 nsTArray<nsCString> lists, fullhashes; in SetClassifierMatchedTrackingInfo() local
80 fullhashes.AppendElement(token); in SetClassifierMatchedTrackingInfo()
82 classifiedChannel->SetMatchedTrackingInfo(lists, fullhashes); in SetClassifierMatchedTrackingInfo()
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dwireprotov2peer.py211 fullhashes=l.get(b'fullhashes'),
458 if redirect.fullhashes:
H A Dwireprototypes.py449 fullhashes = attr.ib(default=None) variable in alternatelocationresponse
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/url-classifier/
H A DnsIUrlClassifierHashCompleter.idl57 * Array of fullhashes that match the prefix.
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/url-classifier/
H A DnsIUrlClassifierHashCompleter.idl57 * Array of fullhashes that match the prefix.
/dports/www/firefox/firefox-99.0/toolkit/components/url-classifier/
H A DnsIUrlClassifierHashCompleter.idl57 * Array of fullhashes that match the prefix.
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/url-classifier/
H A DnsIUrlClassifierHashCompleter.idl57 * Array of fullhashes that match the prefix.
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/url-classifier/
H A DnsIUrlClassifierHashCompleter.idl57 * Array of fullhashes that match the prefix.
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttpChannelChild.cpp1496 nsTArray<nsCString> lists, fullhashes; in ProcessOnStartRequest() local
1501 fullhashes.AppendElement(token); in ProcessOnStartRequest()
1507 fullhashes = CopyableTArray{std::move(fullhashes)}]() { in ProcessOnStartRequest()
1508 self->SetMatchedTrackingInfo(lists, fullhashes); in ProcessOnStartRequest()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttpChannelChild.cpp1499 nsTArray<nsCString> lists, fullhashes; in ProcessOnStartRequest() local
1504 fullhashes.AppendElement(token); in ProcessOnStartRequest()
1510 fullhashes = CopyableTArray{std::move(fullhashes)}]() { in ProcessOnStartRequest()
1511 self->SetMatchedTrackingInfo(lists, fullhashes); in ProcessOnStartRequest()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttpChannelChild.cpp1496 nsTArray<nsCString> lists, fullhashes; in ProcessOnStartRequest() local
1501 fullhashes.AppendElement(token); in ProcessOnStartRequest()
1507 fullhashes = CopyableTArray{std::move(fullhashes)}]() { in ProcessOnStartRequest()
1508 self->SetMatchedTrackingInfo(lists, fullhashes); in ProcessOnStartRequest()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/ipc/
H A DDocumentLoadListener.cpp913 nsTArray<nsCString> lists, fullhashes; in ApplyPendingFunctions() local
918 fullhashes.AppendElement(token); in ApplyPendingFunctions()
920 classifiedChannel->SetMatchedTrackingInfo(lists, fullhashes); in ApplyPendingFunctions()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttpChannelChild.cpp1887 nsTArray<nsCString> lists, fullhashes; in RecvSetClassifierMatchedTrackingInfo() local
1892 fullhashes.AppendElement(token); in RecvSetClassifierMatchedTrackingInfo()
1898 fullhashes = CopyableTArray{std::move(fullhashes)}]() { in RecvSetClassifierMatchedTrackingInfo()
1899 self->SetMatchedTrackingInfo(lists, fullhashes); in RecvSetClassifierMatchedTrackingInfo()