OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:default_timeout
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/plugins/radius/
options.h
35
int
default_timeout
= 60;
variable
43
{"login_timeout", OT_INT, ST_UNDEF, &
default_timeout
},
/external/wpa_supplicant_8/src/common/
wpa_helpers.c
19
static int
default_timeout
= 60;
variable
120
tv.tv_sec =
default_timeout
;
148
if ((int) (now - start) >
default_timeout
) {
/external/lldb/include/lldb/Target/
Target.h
181
static const uint32_t
default_timeout
= 500000;
member in class:lldb_private::EvaluateExpressionOptions
190
m_timeout_usec(
default_timeout
)
[
all
...]
Completed in 125 milliseconds