Home
last modified time | relevance | path

Searched defs:u32 (Results 1 – 19 of 19) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dhttp.rs145 pub fn max_frame_size(&self) -> u32 { in max_frame_size()
159 pub fn max_header_list_size(&self) -> u32 { in max_header_list_size()
173 pub fn header_table_size(&self) -> u32 { in header_table_size()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Diocp.rs121 pub(crate) fn new(bytes: u32, token: usize, overlapped: *mut Overlapped) -> Self { in new()
136 pub fn bytes_transferred(&self) -> u32 { in bytes_transferred()
Dselector.rs452 fn set_event(&mut self, flags: u32, token_data: u64) -> bool { in set_event()
594 fn interests_to_afd_flags(interests: Interest) -> u32 { in interests_to_afd_flags()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dframe.rs457 pub fn new(error_code: u32, last_stream_id: StreamId, debug_data: Vec<u8>) -> Self { in new()
476 pub fn get_error_code(&self) -> u32 { in get_error_code()
497 pub(crate) fn get_increment(&self) -> u32 { in get_increment()
510 pub fn new(exclusive: bool, stream_dependency: u32, weight: u8) -> Self { in new()
524 pub fn get_stream_dependency(&self) -> u32 { in get_stream_dependency()
541 pub fn error_code(&self) -> u32 { in error_code()
568 pub fn new(promised_stream_id: u32, parts: Parts) -> Self { in new()
Derror.rs105 pub fn into_code(self) -> u32 { in into_code()
Ddecoder.rs832 fn get_stream_id(token: &[u8]) -> u32 { in get_stream_id()
839 fn get_code_value(token: &[u8]) -> u32 { in get_code_value()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs354 last_stream_id: u32, in get_goaway_streams()
355 ) -> Result<Vec<u32>, H2Error> { in get_goaway_streams()
531 fn stream_id_generate(&self) -> u32 { in stream_id_generate()
535 fn get_next_id(&self) -> u32 { in get_next_id()
593 id: u32, in new()
1211 last_stream_id: u32, in goaway_unsent_stream()
1314 stream_id: u32, in controller_send_frame_to_stream()
1422 fn wakeup_next_stream(waker_map: &mut HashMap<u32, Waker>) { in wakeup_next_stream()
1450 current: u32, in compare_exchange_occupation()
1451 new: u32, in compare_exchange_occupation()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs220 pub fn ttl(&self) -> io::Result<u32> { in ttl()
259 pub fn multicast_ttl_v4(&self) -> io::Result<u32> { in multicast_ttl_v4()
409 pub fn ttl(&self) -> io::Result<u32> { in ttl()
552 pub fn multicast_ttl_v4(&self) -> io::Result<u32> { in multicast_ttl_v4()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/udp/
Dudp_socket.rs153 pub fn ttl(&self) -> io::Result<u32> { in ttl()
350 pub fn multicast_ttl_v4(&self) -> io::Result<u32> { in multicast_ttl_v4()
502 pub fn ttl(&self) -> io::Result<u32> { in ttl()
675 pub fn multicast_ttl_v4(&self) -> io::Result<u32> { in multicast_ttl_v4()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dlistener.rs144 pub fn ttl(&self) -> io::Result<u32> { in ttl()
Dstream.rs396 pub fn ttl(&self) -> io::Result<u32> { in ttl()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dhttp2.rs193 id: u32, in build_headers_frame()
220 fn check_connection_specific_headers(id: u32, headers: &Headers) -> Result<(), HttpError> { in check_connection_specific_headers()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs674 pub fn ttl(&self) -> io::Result<u32> { in ttl()
717 pub fn multicast_ttl_v4(&self) -> io::Result<u32> { in multicast_ttl_v4()
927 pub fn ttl(&self) -> io::Result<u32> { in ttl()
1363 pub fn multicast_ttl_v4(&self) -> io::Result<u32> { in multicast_ttl_v4()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/tcp/
Dlistener.rs102 pub fn ttl(&self) -> io::Result<u32> { in ttl()
Dstream.rs146 pub fn ttl(&self) -> io::Result<u32> { in ttl()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
Dlistener.rs104 pub fn ttl(&self) -> io::Result<u32> { in ttl()
Dstream.rs183 pub fn ttl(&self) -> io::Result<u32> { in ttl()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dbit.rs91 pub const fn new(width: u32, shift: u32) -> Self { in new()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dqueue.rs62 fn wrap(steal_pos: u16, head_pos: u16) -> u32 { in wrap()
239 fn sync_steal_pos(&self, mut prev: u32) { in sync_steal_pos()