Home
last modified time | relevance | path

Searched refs:nextTickAfter (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DnsHttpConnection.cpp1273 uint32_t nextTickAfter = UINT32_MAX; in ReadTimeoutTick() local
1293 nextTickAfter = PR_IntervalToSeconds(mTransaction->ResponseTimeout()) - in ReadTimeoutTick()
1295 nextTickAfter = std::max(nextTickAfter, 1U); in ReadTimeoutTick()
1299 return nextTickAfter; in ReadTimeoutTick()
1316 nextTickAfter = 1; in ReadTimeoutTick()
1340 return nextTickAfter; in ReadTimeoutTick()
1343 return nextTickAfter; in ReadTimeoutTick()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsHttpConnection.cpp1373 uint32_t nextTickAfter = UINT32_MAX; in ReadTimeoutTick() local
1393 nextTickAfter = PR_IntervalToSeconds(mTransaction->ResponseTimeout()) - in ReadTimeoutTick()
1395 nextTickAfter = std::max(nextTickAfter, 1U); in ReadTimeoutTick()
1408 nextTickAfter = std::min(nextTickAfter, next); in ReadTimeoutTick()
1431 return nextTickAfter; in ReadTimeoutTick()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsHttpConnection.cpp1512 uint32_t nextTickAfter = UINT32_MAX; in ReadTimeoutTick() local
1532 nextTickAfter = PR_IntervalToSeconds(mTransaction->ResponseTimeout()) - in ReadTimeoutTick()
1534 nextTickAfter = std::max(nextTickAfter, 1U); in ReadTimeoutTick()
1547 nextTickAfter = std::min(nextTickAfter, next); in ReadTimeoutTick()
1571 return nextTickAfter; in ReadTimeoutTick()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DnsHttpConnection.cpp1437 uint32_t nextTickAfter = UINT32_MAX; in ReadTimeoutTick() local
1457 nextTickAfter = PR_IntervalToSeconds(mTransaction->ResponseTimeout()) - in ReadTimeoutTick()
1459 nextTickAfter = std::max(nextTickAfter, 1U); in ReadTimeoutTick()
1482 return nextTickAfter; in ReadTimeoutTick()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsHttpConnection.cpp1364 uint32_t nextTickAfter = UINT32_MAX; in ReadTimeoutTick() local
1384 nextTickAfter = PR_IntervalToSeconds(mTransaction->ResponseTimeout()) - in ReadTimeoutTick()
1386 nextTickAfter = std::max(nextTickAfter, 1U); in ReadTimeoutTick()
1409 return nextTickAfter; in ReadTimeoutTick()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DnsHttpConnection.cpp1437 uint32_t nextTickAfter = UINT32_MAX; in ReadTimeoutTick() local
1457 nextTickAfter = PR_IntervalToSeconds(mTransaction->ResponseTimeout()) - in ReadTimeoutTick()
1459 nextTickAfter = std::max(nextTickAfter, 1U); in ReadTimeoutTick()
1482 return nextTickAfter; in ReadTimeoutTick()