Home
last modified time | relevance | path

Searched refs:retry_max (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/dports/graphics/py-scikit-image/scikit-image-0.19.0/tools/github/
H A Dbefore_install.sh11 local retry_max=3
12 local count=$retry_max
20 echo "Retry failed [$retry_max]: $@" >&2
/dports/net/nsscache/nsscache-version-0.44/nss_cache/sources/
H A Dldapsource_test.py177 retry_max=TEST_RETRY_MAX,
273 retry_max=TEST_RETRY_MAX,
325 retry_max=TEST_RETRY_MAX,
376 retry_max=TEST_RETRY_MAX,
427 retry_max=TEST_RETRY_MAX,
478 retry_max=TEST_RETRY_MAX,
530 retry_max=TEST_RETRY_MAX,
573 retry_max=TEST_RETRY_MAX,
619 retry_max=TEST_RETRY_MAX,
669 retry_max=TEST_RETRY_MAX,
[all …]
/dports/net/py-ldappool/ldappool-2.4.1/ldappool/
H A D__init__.py150 def __init__(self, uri, bind=None, passwd=None, size=10, retry_max=3, argument
156 self.retry_max = retry_max
259 while tries < self.retry_max and not connected:
263 conn = self.connector_cls(server, retry_max=self.retry_max,
282 if tries < self.retry_max:
373 while tries < self.retry_max:
/dports/games/warmux/warmux-11.04/build/symbian/lib/curl/lib/
H A Dtftp.c144 time_t retry_max; member
229 state->retry_max = timeout/5; in tftp_set_timeouts()
231 if(state->retry_max < 1) in tftp_set_timeouts()
233 state->retry_max = 1; in tftp_set_timeouts()
253 state->retry_max = timeout/15; in tftp_set_timeouts()
256 if(state->retry_max<3) in tftp_set_timeouts()
257 state->retry_max=3; in tftp_set_timeouts()
259 if(state->retry_max>50) in tftp_set_timeouts()
260 state->retry_max=50; in tftp_set_timeouts()
456 if(state->retries>state->retry_max) { in tftp_send_first()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/curl/lib/
H A Dtftp.c130 int retry_max; member
224 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
226 if(state->retry_max < 1) in tftp_set_timeouts()
228 state->retry_max = 1; in tftp_set_timeouts()
248 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
251 if(state->retry_max<3) in tftp_set_timeouts()
252 state->retry_max=3; in tftp_set_timeouts()
254 if(state->retry_max>50) in tftp_set_timeouts()
255 state->retry_max=50; in tftp_set_timeouts()
466 if(state->retries>state->retry_max) { in tftp_send_first()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dtftp.c131 int retry_max; member
225 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
227 if(state->retry_max < 1) in tftp_set_timeouts()
229 state->retry_max = 1; in tftp_set_timeouts()
249 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
252 if(state->retry_max<3) in tftp_set_timeouts()
253 state->retry_max=3; in tftp_set_timeouts()
255 if(state->retry_max>50) in tftp_set_timeouts()
256 state->retry_max=50; in tftp_set_timeouts()
467 if(state->retries>state->retry_max) { in tftp_send_first()
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/curl/lib/
H A Dtftp.c131 int retry_max; member
225 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
227 if(state->retry_max < 1) in tftp_set_timeouts()
229 state->retry_max = 1; in tftp_set_timeouts()
249 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
252 if(state->retry_max<3) in tftp_set_timeouts()
253 state->retry_max=3; in tftp_set_timeouts()
255 if(state->retry_max>50) in tftp_set_timeouts()
256 state->retry_max=50; in tftp_set_timeouts()
467 if(state->retries>state->retry_max) { in tftp_send_first()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/third_party/curl/lib/
H A Dtftp.c148 int retry_max; member
239 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
241 if(state->retry_max < 1) in tftp_set_timeouts()
243 state->retry_max = 1; in tftp_set_timeouts()
263 state->retry_max = (int)timeout/15; in tftp_set_timeouts()
266 if(state->retry_max<3) in tftp_set_timeouts()
267 state->retry_max=3; in tftp_set_timeouts()
269 if(state->retry_max>50) in tftp_set_timeouts()
270 state->retry_max=50; in tftp_set_timeouts()
481 if(state->retries>state->retry_max) { in tftp_send_first()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Dtftp.c131 int retry_max; member
225 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
227 if(state->retry_max < 1) in tftp_set_timeouts()
229 state->retry_max = 1; in tftp_set_timeouts()
249 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
252 if(state->retry_max<3) in tftp_set_timeouts()
253 state->retry_max = 3; in tftp_set_timeouts()
255 if(state->retry_max>50) in tftp_set_timeouts()
256 state->retry_max = 50; in tftp_set_timeouts()
467 if(state->retries>state->retry_max) { in tftp_send_first()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/lib/
H A Dtftp.c131 int retry_max; member
225 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
227 if(state->retry_max < 1) in tftp_set_timeouts()
229 state->retry_max = 1; in tftp_set_timeouts()
249 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
252 if(state->retry_max<3) in tftp_set_timeouts()
253 state->retry_max = 3; in tftp_set_timeouts()
255 if(state->retry_max>50) in tftp_set_timeouts()
256 state->retry_max = 50; in tftp_set_timeouts()
468 if(state->retries>state->retry_max) { in tftp_send_first()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/lib/
H A Dtftp.c131 int retry_max; member
229 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
231 if(state->retry_max < 1) in tftp_set_timeouts()
233 state->retry_max = 1; in tftp_set_timeouts()
253 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
256 if(state->retry_max<3) in tftp_set_timeouts()
257 state->retry_max = 3; in tftp_set_timeouts()
259 if(state->retry_max>50) in tftp_set_timeouts()
260 state->retry_max = 50; in tftp_set_timeouts()
472 if(state->retries>state->retry_max) { in tftp_send_first()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Dtftp.c131 int retry_max; member
225 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
227 if(state->retry_max < 1) in tftp_set_timeouts()
229 state->retry_max = 1; in tftp_set_timeouts()
249 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
252 if(state->retry_max<3) in tftp_set_timeouts()
253 state->retry_max = 3; in tftp_set_timeouts()
255 if(state->retry_max>50) in tftp_set_timeouts()
256 state->retry_max = 50; in tftp_set_timeouts()
467 if(state->retries>state->retry_max) { in tftp_send_first()
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/lib/
H A Dtftp.c131 int retry_max; member
226 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
228 if(state->retry_max < 1) in tftp_set_timeouts()
230 state->retry_max = 1; in tftp_set_timeouts()
250 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
253 if(state->retry_max<3) in tftp_set_timeouts()
254 state->retry_max = 3; in tftp_set_timeouts()
256 if(state->retry_max>50) in tftp_set_timeouts()
257 state->retry_max = 50; in tftp_set_timeouts()
469 if(state->retries>state->retry_max) { in tftp_send_first()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/command/agent/testdata/
H A Dbasic.hcl53 retry_max = 3
119 retry_max = 3
129 retry_max = 3
/dports/sysutils/nomad/nomad-1.1.0/command/agent/testdata/
H A Dbasic.hcl53 retry_max = 3
125 retry_max = 3
138 retry_max = 3
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/lib/
H A Dtftp.c131 int retry_max; member
226 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
229 if(state->retry_max<3) in tftp_set_timeouts()
230 state->retry_max = 3; in tftp_set_timeouts()
232 if(state->retry_max>50) in tftp_set_timeouts()
233 state->retry_max = 50; in tftp_set_timeouts()
236 state->retry_time = (int)(timeout/state->retry_max); in tftp_set_timeouts()
445 if(state->retries>state->retry_max) { in tftp_send_first()
658 if(state->retries > state->retry_max) { in tftp_rx()
731 if(state->retries>state->retry_max) { in tftp_tx()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dtftp.c131 int retry_max; member
226 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
229 if(state->retry_max<3) in tftp_set_timeouts()
230 state->retry_max = 3; in tftp_set_timeouts()
232 if(state->retry_max>50) in tftp_set_timeouts()
233 state->retry_max = 50; in tftp_set_timeouts()
236 state->retry_time = (int)(timeout/state->retry_max); in tftp_set_timeouts()
445 if(state->retries>state->retry_max) { in tftp_send_first()
658 if(state->retries > state->retry_max) { in tftp_rx()
731 if(state->retries>state->retry_max) { in tftp_tx()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dtftp.c131 int retry_max; member
226 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
229 if(state->retry_max<3) in tftp_set_timeouts()
230 state->retry_max = 3; in tftp_set_timeouts()
232 if(state->retry_max>50) in tftp_set_timeouts()
233 state->retry_max = 50; in tftp_set_timeouts()
236 state->retry_time = (int)(timeout/state->retry_max); in tftp_set_timeouts()
445 if(state->retries>state->retry_max) { in tftp_send_first()
658 if(state->retries > state->retry_max) { in tftp_rx()
731 if(state->retries>state->retry_max) { in tftp_tx()
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dtftp.c131 int retry_max; member
226 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
229 if(state->retry_max<3) in tftp_set_timeouts()
230 state->retry_max = 3; in tftp_set_timeouts()
232 if(state->retry_max>50) in tftp_set_timeouts()
233 state->retry_max = 50; in tftp_set_timeouts()
236 state->retry_time = (int)(timeout/state->retry_max); in tftp_set_timeouts()
445 if(state->retries>state->retry_max) { in tftp_send_first()
658 if(state->retries > state->retry_max) { in tftp_rx()
731 if(state->retries>state->retry_max) { in tftp_tx()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/
H A Dtftp.c131 int retry_max; member
226 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
229 if(state->retry_max<3) in tftp_set_timeouts()
230 state->retry_max = 3; in tftp_set_timeouts()
232 if(state->retry_max>50) in tftp_set_timeouts()
233 state->retry_max = 50; in tftp_set_timeouts()
236 state->retry_time = (int)(timeout/state->retry_max); in tftp_set_timeouts()
445 if(state->retries>state->retry_max) { in tftp_send_first()
658 if(state->retries > state->retry_max) { in tftp_rx()
731 if(state->retries>state->retry_max) { in tftp_tx()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/lib/
H A Dtftp.c131 int retry_max; member
226 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
229 if(state->retry_max<3) in tftp_set_timeouts()
230 state->retry_max = 3; in tftp_set_timeouts()
232 if(state->retry_max>50) in tftp_set_timeouts()
233 state->retry_max = 50; in tftp_set_timeouts()
236 state->retry_time = (int)(timeout/state->retry_max); in tftp_set_timeouts()
445 if(state->retries>state->retry_max) { in tftp_send_first()
658 if(state->retries > state->retry_max) { in tftp_rx()
731 if(state->retries>state->retry_max) { in tftp_tx()
[all …]
/dports/net/libarms/libarms-5.01/libarms/
H A Dcache.c53 int retry_max, retry_int; member
129 newstate->retry_max = acmi_get_rmax(res->acmi, in arms_dump_state()
204 acmi_set_rmax(res->acmi, ACMI_CONFIG_CONFSOL, newstate->retry_max); in arms_restore_state()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/dlmanager/dlmanager/
H A Dfs.py15 def _call_windows_retry(func, args=(), retry_max=5, retry_delay=0.5): argument
31 if retry_count == retry_max:
/dports/www/firefox/firefox-99.0/third_party/python/dlmanager/dlmanager/
H A Dfs.py15 def _call_windows_retry(func, args=(), retry_max=5, retry_delay=0.5): argument
31 if retry_count == retry_max:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/dlmanager/dlmanager/
H A Dfs.py15 def _call_windows_retry(func, args=(), retry_max=5, retry_delay=0.5): argument
31 if retry_count == retry_max:

12345678910>>...13