OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timeout_secs
(Results
1 - 3
of
3
) sorted by null
/external/chromium/webkit/glue/
resource_fetcher.cc
128
int
timeout_secs
, Callback* callback)
130
timeout_timer_.Start(TimeDelta::FromSeconds(
timeout_secs
), this,
resource_fetcher.h
114
int
timeout_secs
,
/external/openssh/
clientloop.c
565
int
timeout_secs
;
local
612
timeout_secs
= INT_MAX; /* we use INT_MAX to mean no timeout */
614
timeout_secs
= options.server_alive_interval;
617
timeout_secs
= MIN(
timeout_secs
,
619
if (
timeout_secs
< 0)
620
timeout_secs
= 0;
622
if (
timeout_secs
== INT_MAX)
625
tv.tv_sec =
timeout_secs
;
[
all
...]
Completed in 1057 milliseconds