Home
last modified time | relevance | path

Searched refs:associatedChannel (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttp2Push.cpp28 CallChannelOnPush(nsIHttpChannelInternal *associatedChannel, in CallChannelOnPush() argument
31 : mAssociatedChannel(associatedChannel) in CallChannelOnPush()
139 nsCOMPtr<nsIHttpChannelInternal> associatedChannel = do_QueryInterface(trans->HttpChannel()); in TryOnPush() local
140 if (!associatedChannel) { in TryOnPush()
150 NS_DispatchToMainThread(new CallChannelOnPush(associatedChannel, uri, this)); in TryOnPush()
169 nsCOMPtr<nsIHttpChannelInternal> associatedChannel = do_QueryInterface(trans->HttpChannel()); in TestOnPush() local
170 if (!associatedChannel) { in TestOnPush()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DHttp2Push.cpp28 CallChannelOnPush(nsIHttpChannelInternal *associatedChannel, in CallChannelOnPush() argument
31 mAssociatedChannel(associatedChannel), in CallChannelOnPush()
209 nsCOMPtr<nsIHttpChannelInternal> associatedChannel = in TryOnPush() local
211 if (!associatedChannel) { in TryOnPush()
221 NS_DispatchToMainThread(new CallChannelOnPush(associatedChannel, uri, this)); in TryOnPush()
239 nsCOMPtr<nsIHttpChannelInternal> associatedChannel = in TestOnPush() local
241 if (!associatedChannel) { in TestOnPush()
/dports/devel/spark/spark-2.1.1/common/network-common/src/main/java/org/apache/spark/network/server/
H A DOneForOneStreamManager.java50 Channel associatedChannel = null; field in OneForOneStreamManager.StreamState
72 streams.get(streamId).associatedChannel = channel; in registerChannel()
102 if (state.associatedChannel == channel) { in connectionTerminated()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsIHttpPushListener.idl29 * @param associatedChannel
34 void onPush(in nsIHttpChannel associatedChannel,
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsIHttpPushListener.idl29 * @param associatedChannel
34 void onPush(in nsIHttpChannel associatedChannel,
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsIHttpPushListener.idl29 * @param associatedChannel
34 void onPush(in nsIHttpChannel associatedChannel,
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsIHttpPushListener.idl29 * @param associatedChannel
34 void onPush(in nsIHttpChannel associatedChannel,
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsIHttpPushListener.idl29 * @param associatedChannel
34 void onPush(in nsIHttpChannel associatedChannel,
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsIHttpPushListener.idl29 * @param associatedChannel
34 void onPush(in nsIHttpChannel associatedChannel,
/dports/audio/carla/Carla-2.4.1/source/modules/rtaudio/include/
H A Dasio.h681 long associatedChannel; // for instance, S/PDIF or AES/EBU member
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/include/
H A Dasio.h682 long associatedChannel; // for instance, S/PDIF or AES/EBU member
/dports/audio/stk/stk-4.6.2/src/include/
H A Dasio.h682 long associatedChannel; // for instance, S/PDIF or AES/EBU
/dports/audio/rtaudio/rtaudio-5.1.0/include/
H A Dasio.h682 long associatedChannel; // for instance, S/PDIF or AES/EBU
/dports/www/firefox-esr/firefox-91.8.0/dom/push/
H A DPushServiceHttp2.jsm98 onPush(associatedChannel, pushChannel) {
/dports/lang/spidermonkey78/firefox-78.9.0/dom/push/
H A DPushServiceHttp2.jsm99 onPush(associatedChannel, pushChannel) {
/dports/www/firefox/firefox-99.0/dom/push/
H A DPushServiceHttp2.jsm98 onPush(associatedChannel, pushChannel) {
/dports/mail/thunderbird/thunderbird-91.8.0/dom/push/
H A DPushServiceHttp2.jsm98 onPush(associatedChannel, pushChannel) {
/dports/lang/spidermonkey60/firefox-60.9.0/dom/push/
H A DPushServiceHttp2.jsm96 onPush: function(associatedChannel, pushChannel) {
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/push/
H A DPushServiceHttp2.jsm103 onPush: function(associatedChannel, pushChannel) {