OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:retry_max
(Results
1 - 12
of
12
) sorted by null
/external/curl/lib/
tftp.c
131
int
retry_max
;
member in struct:tftp_state_data
225
state->
retry_max
= (int)timeout/5;
227
if(state->
retry_max
< 1)
229
state->
retry_max
= 1;
232
state->retry_time = (int)timeout/state->
retry_max
;
249
state->
retry_max
= (int)timeout/5;
252
if(state->
retry_max
<3)
253
state->
retry_max
=3;
255
if(state->
retry_max
>50)
256
state->
retry_max
=50
[
all
...]
/external/ppp/pppd/plugins/radius/
sendserver.c
207
int
retry_max
;
local
258
retry_max
= data->retries; /* Max. numbers to try for reply */
316
* Timed out waiting for response. Retry "
retry_max
" times
317
* before giving up. If
retry_max
= 0, don't retry at all.
319
if (++retries >=
retry_max
)
/external/libevent/
http-internal.h
88
int
retry_max
; /* maximum number of retries */
member in struct:evhttp_connection
http.c
[
all
...]
/external/autotest/server/cros/dynamic_suite/
suite_unittest.py
463
'
retry_max
': max(test.job_retries, 1)}
[
all
...]
suite.py
59
{job_id: {'state':RetryHandler.States, '
retry_max
':int}}
78
-
retry_max
:
112
retry_max
=test.job_retries)
115
def _add_job(self, new_job_id,
retry_max
):
119
@param
retry_max
: The maximum of times that we could retry
130
'
retry_max
':
retry_max
}
158
retry_max
=old_record['
retry_max
'] - 1)
191
-
retry_max
== 0 --> the last retry job, no more retr
[
all
...]
/external/libusb/examples/
xusb.c
78
#define
RETRY_MAX
5
361
} while ((r == LIBUSB_ERROR_PIPE) && (i<
RETRY_MAX
));
385
} while ((r == LIBUSB_ERROR_PIPE) && (i<
RETRY_MAX
));
[
all
...]
/external/libevent/include/event2/
http.h
483
int
retry_max
);
/prebuilts/abi-dumps/vndk/current/arm/source-based/
libevent.so.lsdump.gz
/prebuilts/abi-dumps/vndk/current/arm64/source-based/
libevent.so.lsdump.gz
/prebuilts/abi-dumps/vndk/current/x86/source-based/
libevent.so.lsdump.gz
/prebuilts/abi-dumps/vndk/current/x86_64/source-based/
libevent.so.lsdump.gz
Completed in 405 milliseconds