OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retry_max
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libevent/
http-internal.h
76
int
retry_max
; /* maximum number of retries */
member in struct:evhttp_connection
evhttp.h
280
int
retry_max
);
http.c
1174
if (evcon->
retry_max
< 0 || evcon->retry_cnt < evcon->
retry_max
) {
[
all
...]
/external/chromium_org/third_party/libevent/
http-internal.h
76
int
retry_max
; /* maximum number of retries */
member in struct:evhttp_connection
evhttp.h
280
int
retry_max
);
http.c
1174
if (evcon->
retry_max
< 0 || evcon->retry_cnt < evcon->
retry_max
) {
[
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
)
Completed in 1393 milliseconds