Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dpseudo_tcp.cc600 bool PseudoTcp::clock_check(uint32_t now, long& nTimeout) { in clock_check() argument
613 nTimeout = CLOSED_TIMEOUT; in clock_check()
617 nTimeout = DEFAULT_TIMEOUT; in clock_check()
620 nTimeout = std::min<int32_t>(nTimeout, in clock_check()
624 nTimeout = std::min<int32_t>(nTimeout, in clock_check()
628 nTimeout = std::min<int32_t>(nTimeout, in clock_check()
633 nTimeout = std::min<int32_t>( in clock_check()
634 nTimeout, in clock_check()
Dpseudo_tcp.h164 bool clock_check(uint32_t now, long& nTimeout);
/external/sqlite/dist/
Dshell.c17322 int nTimeout = 0; in do_meta_command() local
17351 if( nTimeout++ >= 3 ) break; in do_meta_command()
/external/sqlite/dist/orig/
Dshell.c17301 int nTimeout = 0; in do_meta_command() local
17330 if( nTimeout++ >= 3 ) break; in do_meta_command()