Home
last modified time | relevance | path

Searched refs:MAX (Results 1 - 19 of 19) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dsettings.rs63 Self(redirect::Redirect::limited(usize::MAX)) in no_limit()
304 min: (0, Duration::MAX), in none()
305 max: u64::MAX, in none()
/commonlibrary/c_utils/base/include/
H A Dpubdef.h51 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/commonlibrary/rust/ylong_json/src/value/
H A Dnumber.rs119 /// let number: Number = u64::MAX.into();
125 if *u <= i64::MAX as u64 { in try_as_i64()
342 assert!(Number::Unsigned(u64::MAX).try_as_i64().is_err()); in ut_number_try_as_i64()
/commonlibrary/rust/ylong_http/ylong_http/src/huffman/
H A Dmod.rs101 let mask = u64::MAX >> (64 - unfilled);
113 state |= u64::MAX >> (64 - unfilled);
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dsemaphore_inner.rs26 const MAX_PERMITS: usize = usize::MAX >> 1;
H A Drwlock.rs25 const MAX_READS: i64 = i64::MAX >> 2;
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Ddriver.rs96 .unwrap_or(u64::MAX);
H A Dsleep.rs143 .unwrap_or(u64::MAX);
242 .unwrap_or(u64::MAX);
/commonlibrary/rust/ylong_runtime/ylong_signal/src/
H A Dspin_rwlock.rs37 const HOLDER_COUNT_MAX: usize = usize::MAX / 2;
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dsocket.rs82 let backlog = backlog.try_into().unwrap_or(i32::MAX);
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs27 pub(crate) const INITIAL_MAX_SEND_STREAM_ID: StreamId = u32::MAX >> 1;
28 pub(crate) const INITIAL_MAX_RECV_STREAM_ID: StreamId = u32::MAX >> 1;
30 const DEFAULT_MAX_STREAM_ID: StreamId = u32::MAX >> 1;
/commonlibrary/rust/ylong_http/ylong_http/src/response/
H A Dstatus.rs489 StatusCode::from_u16(u16::MAX), in ut_status_code_from_u16()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dkqueue.rs51 tv_sec: cmp::min(time.as_secs(), libc::time_t::MAX as u64) as libc::time_t, in select()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dslots.rs21 // isize::MAX bytes.
22 const NULL: usize = usize::MAX;
/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
H A Dmod.rs171 if port == u16::MAX {
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dselector.rs367 self.poll_info.timeout = i64::MAX; in update_while_idle()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs66 let head_pos = num & u16::MAX as u32; in unwrap()
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dmod.rs30 const MAX_URI_LEN: usize = (u16::MAX - 1) as usize;
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dencoder.rs119 max_header_list_size: usize::MAX, in new()

Completed in 15 milliseconds