Home
last modified time | relevance | path

Searched refs:mPingThreshold (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttp2Session.cpp135 mPingThreshold = gHttpHandler->SpdyPingThreshold(); in Http2Session()
136 mPreviousPingThreshold = mPingThreshold; in Http2Session()
261 if (!mPingThreshold) in ReadTimeoutTick()
264 if ((now - mLastReadEpoch) < mPingThreshold) { in ReadTimeoutTick()
270 mPingThreshold = mPreviousPingThreshold; in ReadTimeoutTick()
275 return PR_IntervalToSeconds(mPingThreshold) - in ReadTimeoutTick()
3873 if (!mPingThreshold || in SendPing()
3874 (mPingThreshold > gHttpHandler->NetworkChangedTimeout())) { in SendPing()
3875 mPreviousPingThreshold = mPingThreshold; in SendPing()
3877 mPingThreshold = gHttpHandler->NetworkChangedTimeout(); in SendPing()
H A DConnectionDiagnostics.cpp180 PR_IntervalToMilliseconds(mPingThreshold)); in PrintDiagnostics()
H A DHttp2Session.h470 PRIntervalTime mPingThreshold; variable
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DConnectionDiagnostics.cpp178 PR_IntervalToMilliseconds(mPingThreshold)); in PrintDiagnostics()
H A DHttp2Session.cpp144 mPingThreshold = gHttpHandler->SpdyPingThreshold(); in Http2Session()
145 mPreviousPingThreshold = mPingThreshold; in Http2Session()
273 if (!mPingThreshold) return nextTick; in ReadTimeoutTick()
275 if ((now - mLastReadEpoch) < mPingThreshold) { in ReadTimeoutTick()
281 mPingThreshold = mPreviousPingThreshold; in ReadTimeoutTick()
286 return std::min(nextTick, PR_IntervalToSeconds(mPingThreshold) - in ReadTimeoutTick()
4408 if (!mPingThreshold || in SendPing()
4409 (mPingThreshold > gHttpHandler->NetworkChangedTimeout())) { in SendPing()
4410 mPreviousPingThreshold = mPingThreshold; in SendPing()
4412 mPingThreshold = gHttpHandler->NetworkChangedTimeout(); in SendPing()
H A DHttp2Session.h511 PRIntervalTime mPingThreshold; variable
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttp2Session.cpp186 mPingThreshold = gHttpHandler->SpdyPingThreshold(); in Http2Session()
187 mPreviousPingThreshold = mPingThreshold; in Http2Session()
330 if (!mPingThreshold) { in ReadTimeoutTick()
334 if ((now - mLastReadEpoch) < mPingThreshold) { in ReadTimeoutTick()
340 mPingThreshold = mPreviousPingThreshold; in ReadTimeoutTick()
345 return PR_IntervalToSeconds(mPingThreshold) - in ReadTimeoutTick()
4445 if (!mPingThreshold || in SendPing()
4446 (mPingThreshold > gHttpHandler->NetworkChangedTimeout())) { in SendPing()
4447 mPreviousPingThreshold = mPingThreshold; in SendPing()
4449 mPingThreshold = gHttpHandler->NetworkChangedTimeout(); in SendPing()
H A DConnectionDiagnostics.cpp201 PR_IntervalToMilliseconds(mPingThreshold)); in PrintDiagnostics()
H A DHttp2Session.h532 PRIntervalTime mPingThreshold; variable
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttp2Session.cpp187 mPingThreshold = gHttpHandler->SpdyPingThreshold(); in Http2Session()
188 mPreviousPingThreshold = mPingThreshold; in Http2Session()
334 if (!mPingThreshold) { in ReadTimeoutTick()
338 if ((now - mLastReadEpoch) < mPingThreshold) { in ReadTimeoutTick()
344 mPingThreshold = mPreviousPingThreshold; in ReadTimeoutTick()
349 return PR_IntervalToSeconds(mPingThreshold) - in ReadTimeoutTick()
4460 if (!mPingThreshold || in SendPing()
4461 (mPingThreshold > gHttpHandler->NetworkChangedTimeout())) { in SendPing()
4462 mPreviousPingThreshold = mPingThreshold; in SendPing()
4464 mPingThreshold = gHttpHandler->NetworkChangedTimeout(); in SendPing()
H A DConnectionDiagnostics.cpp201 PR_IntervalToMilliseconds(mPingThreshold)); in PrintDiagnostics()
H A DHttp2Session.h532 PRIntervalTime mPingThreshold; variable
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttp2Session.cpp186 mPingThreshold = gHttpHandler->SpdyPingThreshold(); in Http2Session()
187 mPreviousPingThreshold = mPingThreshold; in Http2Session()
330 if (!mPingThreshold) { in ReadTimeoutTick()
334 if ((now - mLastReadEpoch) < mPingThreshold) { in ReadTimeoutTick()
340 mPingThreshold = mPreviousPingThreshold; in ReadTimeoutTick()
345 return PR_IntervalToSeconds(mPingThreshold) - in ReadTimeoutTick()
4445 if (!mPingThreshold || in SendPing()
4446 (mPingThreshold > gHttpHandler->NetworkChangedTimeout())) { in SendPing()
4447 mPreviousPingThreshold = mPingThreshold; in SendPing()
4449 mPingThreshold = gHttpHandler->NetworkChangedTimeout(); in SendPing()
H A DConnectionDiagnostics.cpp201 PR_IntervalToMilliseconds(mPingThreshold)); in PrintDiagnostics()
H A DHttp2Session.h532 PRIntervalTime mPingThreshold; variable
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttp2Session.cpp142 mPingThreshold = gHttpHandler->SpdyPingThreshold(); in Http2Session()
143 mPreviousPingThreshold = mPingThreshold; in Http2Session()
297 if (!mPingThreshold) return nextTick; in ReadTimeoutTick()
299 if ((now - mLastReadEpoch) < mPingThreshold) { in ReadTimeoutTick()
305 mPingThreshold = mPreviousPingThreshold; in ReadTimeoutTick()
310 return std::min(nextTick, PR_IntervalToSeconds(mPingThreshold) - in ReadTimeoutTick()
4425 if (!mPingThreshold || in SendPing()
4426 (mPingThreshold > gHttpHandler->NetworkChangedTimeout())) { in SendPing()
4427 mPreviousPingThreshold = mPingThreshold; in SendPing()
4429 mPingThreshold = gHttpHandler->NetworkChangedTimeout(); in SendPing()
H A DConnectionDiagnostics.cpp195 PR_IntervalToMilliseconds(mPingThreshold)); in PrintDiagnostics()
H A DHttp2Session.h521 PRIntervalTime mPingThreshold; variable