OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_FAILURES
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_upnp_event.c
34
#define
MAX_FAILURES
10 /* Drop subscription after this many failures */
182
if (e->addr->num_failures <
MAX_FAILURES
) {
/external/dbus/test/
break-loader.c
704
#define
MAX_FAILURES
1000
706
while (total_failures_found <
MAX_FAILURES
)
/system/extras/libublock/
ublock.c
50
#define
MAX_FAILURES
10
64
if (ub_ctx->fails >
MAX_FAILURES
)
Completed in 126 milliseconds