Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttp2Session.cpp106 , mOutputQueueSize(kDefaultQueueSize) in Http2Session()
124 mOutputQueueBuffer = MakeUnique<char[]>(mOutputQueueSize); in Http2Session()
543 ((mOutputQueueSize - mOutputQueueUsed) < kQueueTailRoom)) { in FlushOutputQueue()
667 mOutputQueueUsed, mOutputQueueSize); in EnsureOutputBuffer()
3006 MOZ_ASSERT(mOutputQueueUsed <= mOutputQueueSize); in UpdateLocalStreamWindow()
3049 MOZ_ASSERT(mOutputQueueUsed <= mOutputQueueSize); in UpdateLocalSessionWindow()
3165 EnsureBuffer(mOutputQueueBuffer, required, 0, mOutputQueueSize); in OnReadSegment()
3183 if ((mOutputQueueUsed + count) > (mOutputQueueSize - kQueueReserved)) in OnReadSegment()
3202 if ((mOutputQueueUsed + count) <= (mOutputQueueSize - kQueueReserved)) in CommitToSegmentSize()
3216 if ((mOutputQueueUsed + count) <= (mOutputQueueSize - kQueueReserved)) in CommitToSegmentSize()
[all …]
H A DHttp2Session.h465 uint32_t mOutputQueueSize; variable
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttp2Session.cpp149 mOutputQueueSize(kDefaultQueueSize), in Http2Session()
176 mOutputQueueBuffer = MakeUnique<char[]>(mOutputQueueSize); in Http2Session()
707 ((mOutputQueueSize - mOutputQueueUsed) < kQueueTailRoom)) { in FlushOutputQueue()
832 mOutputQueueUsed, mOutputQueueSize); in EnsureOutputBuffer()
3641 MOZ_ASSERT(mOutputQueueUsed <= mOutputQueueSize); in UpdateLocalStreamWindow()
3684 MOZ_ASSERT(mOutputQueueUsed <= mOutputQueueSize); in UpdateLocalSessionWindow()
3832 EnsureBuffer(mOutputQueueBuffer, required, 0, mOutputQueueSize); in OnReadSegment()
3850 if ((mOutputQueueUsed + count) > (mOutputQueueSize - kQueueReserved)) { in OnReadSegment()
3868 if ((mOutputQueueUsed + count) <= (mOutputQueueSize - kQueueReserved)) { in CommitToSegmentSize()
3882 if ((mOutputQueueUsed + count) <= (mOutputQueueSize - kQueueReserved)) { in CommitToSegmentSize()
[all …]
H A DHttp2Session.h527 uint32_t mOutputQueueSize; variable
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttp2Session.cpp150 mOutputQueueSize(kDefaultQueueSize), in Http2Session()
177 mOutputQueueBuffer = MakeUnique<char[]>(mOutputQueueSize); in Http2Session()
711 ((mOutputQueueSize - mOutputQueueUsed) < kQueueTailRoom)) { in FlushOutputQueue()
836 mOutputQueueUsed, mOutputQueueSize); in EnsureOutputBuffer()
3651 MOZ_ASSERT(mOutputQueueUsed <= mOutputQueueSize); in UpdateLocalStreamWindow()
3694 MOZ_ASSERT(mOutputQueueUsed <= mOutputQueueSize); in UpdateLocalSessionWindow()
3842 EnsureBuffer(mOutputQueueBuffer, required, 0, mOutputQueueSize); in OnReadSegment()
3860 if ((mOutputQueueUsed + count) > (mOutputQueueSize - kQueueReserved)) { in OnReadSegment()
3878 if ((mOutputQueueUsed + count) <= (mOutputQueueSize - kQueueReserved)) { in CommitToSegmentSize()
3892 if ((mOutputQueueUsed + count) <= (mOutputQueueSize - kQueueReserved)) { in CommitToSegmentSize()
[all …]
H A DHttp2Session.h527 uint32_t mOutputQueueSize; variable
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DHttp2Session.cpp111 mOutputQueueSize(kDefaultQueueSize), in Http2Session()
133 mOutputQueueBuffer = MakeUnique<char[]>(mOutputQueueSize); in Http2Session()
592 ((mOutputQueueSize - mOutputQueueUsed) < kQueueTailRoom)) { in FlushOutputQueue()
715 mOutputQueueUsed, mOutputQueueSize); in EnsureOutputBuffer()
3644 MOZ_ASSERT(mOutputQueueUsed <= mOutputQueueSize); in UpdateLocalStreamWindow()
3686 MOZ_ASSERT(mOutputQueueUsed <= mOutputQueueSize); in UpdateLocalSessionWindow()
3801 EnsureBuffer(mOutputQueueBuffer, required, 0, mOutputQueueSize); in OnReadSegment()
3819 if ((mOutputQueueUsed + count) > (mOutputQueueSize - kQueueReserved)) in OnReadSegment()
3836 if ((mOutputQueueUsed + count) <= (mOutputQueueSize - kQueueReserved)) in CommitToSegmentSize()
3849 if ((mOutputQueueUsed + count) <= (mOutputQueueSize - kQueueReserved)) in CommitToSegmentSize()
[all …]
H A DHttp2Session.h506 uint32_t mOutputQueueSize; variable
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttp2Session.cpp149 mOutputQueueSize(kDefaultQueueSize), in Http2Session()
176 mOutputQueueBuffer = MakeUnique<char[]>(mOutputQueueSize); in Http2Session()
707 ((mOutputQueueSize - mOutputQueueUsed) < kQueueTailRoom)) { in FlushOutputQueue()
832 mOutputQueueUsed, mOutputQueueSize); in EnsureOutputBuffer()
3641 MOZ_ASSERT(mOutputQueueUsed <= mOutputQueueSize); in UpdateLocalStreamWindow()
3684 MOZ_ASSERT(mOutputQueueUsed <= mOutputQueueSize); in UpdateLocalSessionWindow()
3832 EnsureBuffer(mOutputQueueBuffer, required, 0, mOutputQueueSize); in OnReadSegment()
3850 if ((mOutputQueueUsed + count) > (mOutputQueueSize - kQueueReserved)) { in OnReadSegment()
3868 if ((mOutputQueueUsed + count) <= (mOutputQueueSize - kQueueReserved)) { in CommitToSegmentSize()
3882 if ((mOutputQueueUsed + count) <= (mOutputQueueSize - kQueueReserved)) { in CommitToSegmentSize()
[all …]
H A DHttp2Session.h527 uint32_t mOutputQueueSize; variable
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttp2Session.cpp103 mOutputQueueSize(kDefaultQueueSize), in Http2Session()
131 mOutputQueueBuffer = MakeUnique<char[]>(mOutputQueueSize); in Http2Session()
693 ((mOutputQueueSize - mOutputQueueUsed) < kQueueTailRoom)) { in FlushOutputQueue()
818 mOutputQueueUsed, mOutputQueueSize); in EnsureOutputBuffer()
3625 MOZ_ASSERT(mOutputQueueUsed <= mOutputQueueSize); in UpdateLocalStreamWindow()
3667 MOZ_ASSERT(mOutputQueueUsed <= mOutputQueueSize); in UpdateLocalSessionWindow()
3815 EnsureBuffer(mOutputQueueBuffer, required, 0, mOutputQueueSize); in OnReadSegment()
3833 if ((mOutputQueueUsed + count) > (mOutputQueueSize - kQueueReserved)) in OnReadSegment()
3850 if ((mOutputQueueUsed + count) <= (mOutputQueueSize - kQueueReserved)) in CommitToSegmentSize()
3863 if ((mOutputQueueUsed + count) <= (mOutputQueueSize - kQueueReserved)) in CommitToSegmentSize()
[all …]
H A DHttp2Session.h516 uint32_t mOutputQueueSize; variable