Home
last modified time | relevance | path

Searched refs:mPushedStreams (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttp2Session.h341 nsTArray<Http2PushedStream *> mPushedStreams; variable
H A DHttp2Session.cpp306 for (uint32_t index = mPushedStreams.Length(); in ReadTimeoutTick()
308 Http2PushedStream *pushedStream = mPushedStreams[index - 1]; in ReadTimeoutTick()
1056 mPushedStreams.RemoveElement(aStream); in CleanupStream()
1717 self->mPushedStreams.AppendElement(pushedStream); in RecvPushPromise()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttp2Session.h399 nsTArray<Http2PushedStream*> mPushedStreams; variable
H A DHttp2Session.cpp376 for (uint32_t index = mPushedStreams.Length(); index > 0; --index) { in ReadTimeoutTick()
377 Http2PushedStream* pushedStream = mPushedStreams[index - 1]; in ReadTimeoutTick()
1238 mPushedStreams.RemoveElement(aStream); in CleanupStream()
1965 self->mPushedStreams.AppendElement( in RecvPushPromise()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttp2Session.h399 nsTArray<Http2PushedStream*> mPushedStreams; variable
H A DHttp2Session.cpp380 for (uint32_t index = mPushedStreams.Length(); index > 0; --index) { in ReadTimeoutTick()
381 Http2PushedStream* pushedStream = mPushedStreams[index - 1]; in ReadTimeoutTick()
1242 mPushedStreams.RemoveElement(aStream); in CleanupStream()
1969 self->mPushedStreams.AppendElement( in RecvPushPromise()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DHttp2Session.h378 nsTArray<Http2PushedStream *> mPushedStreams; variable
H A DHttp2Session.cpp317 for (uint32_t index = mPushedStreams.Length(); index > 0; --index) { in ReadTimeoutTick()
318 Http2PushedStream *pushedStream = mPushedStreams[index - 1]; in ReadTimeoutTick()
1121 mPushedStreams.RemoveElement(aStream); in CleanupStream()
1834 self->mPushedStreams.AppendElement( in RecvPushPromise()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttp2Session.h399 nsTArray<Http2PushedStream*> mPushedStreams; variable
H A DHttp2Session.cpp376 for (uint32_t index = mPushedStreams.Length(); index > 0; --index) { in ReadTimeoutTick()
377 Http2PushedStream* pushedStream = mPushedStreams[index - 1]; in ReadTimeoutTick()
1238 mPushedStreams.RemoveElement(aStream); in CleanupStream()
1965 self->mPushedStreams.AppendElement( in RecvPushPromise()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttp2Session.h388 nsTArray<Http2PushedStream*> mPushedStreams; variable
H A DHttp2Session.cpp341 for (uint32_t index = mPushedStreams.Length(); index > 0; --index) { in ReadTimeoutTick()
342 Http2PushedStream* pushedStream = mPushedStreams[index - 1]; in ReadTimeoutTick()
1224 mPushedStreams.RemoveElement(aStream); in CleanupStream()
1955 self->mPushedStreams.AppendElement( in RecvPushPromise()