Searched refs:nTimeout (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dpseudotcp.cc604 bool PseudoTcp::clock_check(uint32_t now, long& nTimeout) { argument
617 nTimeout = CLOSED_TIMEOUT;
621 nTimeout = DEFAULT_TIMEOUT;
624 nTimeout =
625 std::min<int32_t>(nTimeout, rtc::TimeDiff(m_t_ack + m_ack_delay, now));
628 nTimeout =
629 std::min<int32_t>(nTimeout, rtc::TimeDiff(m_rto_base + m_rx_rto, now));
632 nTimeout =
633 std::min<int32_t>(nTimeout, rtc::TimeDiff(m_lastsend + m_rx_rto, now));
637 nTimeout
[all...]
H A Dpseudotcp.h156 bool clock_check(uint32_t now, long& nTimeout);
/external/sqlite/dist/orig/
H A Dshell.c3480 int nTimeout = 0; local
3509 if( nTimeout++ >= 3 ) break;
/external/sqlite/dist/
H A Dshell.c3502 int nTimeout = 0; local
3531 if( nTimeout++ >= 3 ) break;

Completed in 183 milliseconds