Home
last modified time | relevance | path

Searched defs:secs (Results 226 – 250 of 7619) sorted by relevance

12345678910>>...305

/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/time-0.1.42/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/time-0.1.43/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours out of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/chrono-0.4.19/src/
H A Doldtime.rs51 secs: i64, field
73 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
82 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
91 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours() localVariable
210 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
228 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
319 let mut secs = self.secs + rhs.secs; in add() localVariable
333 let mut secs = self.secs - rhs.secs; in sub() localVariable
350 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
359 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/chrono-0.4.11/src/
H A Doldtime.rs47 secs: i64, field
69 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
78 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
87 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours() localVariable
206 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
220 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
300 let mut secs = self.secs + rhs.secs; in add() localVariable
314 let mut secs = self.secs - rhs.secs; in sub() localVariable
331 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
340 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/time-0.1.43/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours out of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/chrono-0.4.19/src/
H A Doldtime.rs51 secs: i64, field
73 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
82 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
91 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours() localVariable
210 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
228 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
319 let mut secs = self.secs + rhs.secs; in add() localVariable
333 let mut secs = self.secs - rhs.secs; in sub() localVariable
350 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
359 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/time-0.1.42/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/chrono-0.4.19/src/
H A Doldtime.rs51 secs: i64, field
73 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
82 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
91 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours() localVariable
210 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
228 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
319 let mut secs = self.secs + rhs.secs; in add() localVariable
333 let mut secs = self.secs - rhs.secs; in sub() localVariable
350 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
359 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/time-0.1.43/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours out of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/time-0.1.43/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours out of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/chrono-0.4.13/src/
H A Doldtime.rs51 secs: i64, field
73 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
82 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
91 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours() localVariable
210 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
228 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
319 let mut secs = self.secs + rhs.secs; in add() localVariable
333 let mut secs = self.secs - rhs.secs; in sub() localVariable
350 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
359 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/time-0.1.43/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours out of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/time-0.1.42/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/time-0.1.44/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours out of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/chrono-0.4.19/src/
H A Doldtime.rs51 secs: i64, field
73 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
82 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
91 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours() localVariable
210 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
228 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
319 let mut secs = self.secs + rhs.secs; in add() localVariable
333 let mut secs = self.secs - rhs.secs; in sub() localVariable
350 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
359 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/chrono-0.4.10/src/
H A Doldtime.rs47 secs: i64, field
69 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
78 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
87 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours() localVariable
206 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
220 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
300 let mut secs = self.secs + rhs.secs; in add() localVariable
314 let mut secs = self.secs - rhs.secs; in sub() localVariable
331 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
340 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/time-0.1.42/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/time-0.1.44/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours out of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/chrono-0.4.19/src/
H A Doldtime.rs51 secs: i64, field
73 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
82 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
91 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours() localVariable
210 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
228 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
319 let mut secs = self.secs + rhs.secs; in add() localVariable
333 let mut secs = self.secs - rhs.secs; in sub() localVariable
350 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
359 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/www/monolith/monolith-2.6.1/cargo-crates/chrono-0.4.19/src/
H A Doldtime.rs51 secs: i64, field
73 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
82 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
91 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours() localVariable
210 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
228 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
319 let mut secs = self.secs + rhs.secs; in add() localVariable
333 let mut secs = self.secs - rhs.secs; in sub() localVariable
350 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
359 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/www/monolith/monolith-2.6.1/cargo-crates/time-0.1.44/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours out of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/time-0.1.44/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours out of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/time-0.1.43/src/
H A Dduration.rs46 secs: i64, field
68 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks() localVariable
77 let secs = days.checked_mul(SECS_PER_DAY).expect("Duration::days out of bounds"); in days() localVariable
86 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours out of bounds"); in hours() localVariable
213 let mut secs = try_opt!(self.secs.checked_add(rhs.secs)); in checked_add() localVariable
227 let mut secs = try_opt!(self.secs.checked_sub(rhs.secs)); in checked_sub() localVariable
313 let mut secs = self.secs + rhs.secs; in add() localVariable
327 let mut secs = self.secs - rhs.secs; in sub() localVariable
344 let secs = self.secs * rhs as i64 + extra_secs; in mul() localVariable
353 let mut secs = self.secs / rhs as i64; in div() localVariable
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/std/src/time/
H A Dmonotonic.rs29 let secs = delta.as_secs(); in monotonize_impl() localVariable
66 let secs = seconds_upper | seconds_lower; in monotonize_impl() localVariable
89 let secs = delta.as_secs() as u128; in monotonize() localVariable
93 let secs = (timestamp >> 64) as u64; in monotonize() localVariable
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4sock/
H A Ddk4sock17.c76 long secs, in dk4socket_c8_tcp_client_addresses()
140 long secs, in dk4socket_c8_tcp_client_host_num_srv()
272 long secs, in dk4socket_c8_tcp_client_host_srv()
291 long secs, in dk4socket_c8_tcp_client_host_port()

12345678910>>...305