Home
last modified time | relevance | path

Searched refs:retries (Results 226 – 250 of 22222) sorted by path

12345678910>>...889

/dports/audio/mixxx/mixxx-2.3.0/res/translations/
H A Dmixxx_uk.ts4463 <source>Maximum retries</source>
H A Dmixxx_uz.ts4463 <source>Maximum retries</source>
H A Dmixxx_vi.ts4466 <source>Maximum retries</source>
H A Dmixxx_zh_CN.ts4470 <source>Maximum retries</source>
H A Dmixxx_zh_HK.ts4479 <source>Maximum retries</source>
H A Dmixxx_zh_TW.Big5.ts4463 <source>Maximum retries</source>
H A Dmixxx_zh_TW.ts4465 <source>Maximum retries</source>
/dports/audio/mpdas/mpdas-0.4.5/
H A Daudioscrobbler.cpp70 int retries = 0; in OpenURL() local
73 retries++; in OpenURL()
74 eprintf("Retry %d/%d", retries, CURL_MAX_RETRIES); in OpenURL()
80 } while (res != CURLE_OK && retries < CURL_MAX_RETRIES); in OpenURL()
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/grpc/examples/features/retry/
H A DREADME.md7 [gRFC for client-side retry support](https://github.com/grpc/proposal/blob/master/A6-client-retries
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/grpc/health/
H A Dclient.go38 backoffFunc = func(ctx context.Context, retries int) bool {
39 d := backoffStrategy.Backoff(retries)
H A Dclient_test.go48 backoffFunc = func(ctx context.Context, retries int) bool {
49 got = append(got, time.Duration(retries+1)*time.Second)
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/grpc/internal/backoff/
H A Dbackoff.go37 Backoff(retries int) time.Duration
54 func (bc Exponential) Backoff(retries int) time.Duration {
55 if retries == 0 {
59 for backoff < max && retries > 0 {
61 retries--
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/freetype/
H A DChangeLog.233470 FT_Done_Library() retries FT_Done_Face() and it can fall into
/dports/audio/nas/nas-1.9.4/
H A DHISTORY546 - add a limit of 5 retries on failure to open input device.
/dports/audio/nas/nas-1.9.4/lib/audio/
H A DConnSvr.c758 int retries, in MakeDECnetConnection() argument
821 int retries, in MakeUNIXSocketConnection() argument
886 if (olderrno != ENOENT || retries <= 0) { in MakeUNIXSocketConnection()
899 } while (retries-- > 0); in MakeUNIXSocketConnection()
915 int retries, in MakeTCPConnection() argument
1056 if (olderrno != ECONNREFUSED || retries <= 0) { in MakeTCPConnection()
1064 } while (retries-- > 0); in MakeTCPConnection()
1100 if (olderrno != ECONNREFUSED || retries <= 0) { in MakeTCPConnection()
1108 } while (retries-- > 0); in MakeTCPConnection()
1201 int retries, in MakeLOCALConnection() argument
[all …]
H A Dnameaddr.c237 int retries, in _AuMakeStreamsConnection() argument
H A Dnameserver.c594 int retries,
/dports/audio/nas/nas-1.9.4/server/dda/voxware/
H A Dauvoxware.c849 int retries; in openDevice() local
908 retries = 0; in openDevice()
913 retries); in openDevice()
915 retries++; in openDevice()
917 if (retries >= 5) { in openDevice()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/librespot-protocol-0.3.1/proto/
H A Dfacebook.proto46 repeated string retries = 0x3; field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/mio-0.7.14/src/net/tcp/
H A Dsocket.rs45 pub(crate) retries: Option<u32>, field
479 pub fn with_retries(self, retries: u32) -> Self { in with_retries()
481 retries: Some(retries), in with_retries()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/mio-0.7.14/src/sys/unix/
H A Dtcp.rs272 if let Some(retries) = keepalive.retries { in set_keepalive_params()
273 set_keepalive_retries(socket, retries)?; in set_keepalive_params()
388 fn set_keepalive_retries(socket: TcpSocket, retries: u32) -> io::Result<()> { in set_keepalive_retries()
389 let retries = retries.try_into().ok().unwrap_or_else(i32::max_value); in set_keepalive_retries() localVariable
394 &(retries as libc::c_int) as *const _ as *const libc::c_void, in set_keepalive_retries()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/socket2-0.4.2/src/
H A Dlib.rs329 retries: Option<u32>, field
338 retries: None, in new()
429 pub const fn with_retries(self, retries: u32) -> Self { in with_retries()
431 retries: Some(retries), in with_retries()
H A Dsocket.rs1507 .map(|retries| retries as u32) in keepalive_retries()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/socket2-0.4.2/src/sys/
H A Dunix.rs901 if let Some(retries) = keepalive.retries { in set_tcp_keepalive()
902 unsafe { setsockopt(fd, libc::IPPROTO_TCP, libc::TCP_KEEPCNT, retries as c_int)? } in set_tcp_keepalive()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/structopt-0.3.25/examples/
H A Denv.rs20 retries: u32, field

12345678910>>...889