| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/ |
| D | http.rs | 145 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/ |
| D | iocp.rs | 121 pub(crate) fn new(bytes: u32, token: usize, overlapped: *mut Overlapped) -> Self { in new() 136 pub fn bytes_transferred(&self) -> u32 { in bytes_transferred()
|
| D | selector.rs | 452 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/ |
| D | frame.rs | 457 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()
|
| D | error.rs | 105 pub fn into_code(self) -> u32 { in into_code()
|
| D | decoder.rs | 832 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/ |
| D | dispatcher.rs | 354 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/ |
| D | udp_socket.rs | 220 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/ |
| D | udp_socket.rs | 153 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/ |
| D | listener.rs | 144 pub fn ttl(&self) -> io::Result<u32> { in ttl()
|
| D | stream.rs | 396 pub fn ttl(&self) -> io::Result<u32> { in ttl()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
| D | http2.rs | 193 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/ |
| D | udp.rs | 674 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/ |
| D | listener.rs | 102 pub fn ttl(&self) -> io::Result<u32> { in ttl()
|
| D | stream.rs | 146 pub fn ttl(&self) -> io::Result<u32> { in ttl()
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/ |
| D | listener.rs | 104 pub fn ttl(&self) -> io::Result<u32> { in ttl()
|
| D | stream.rs | 183 pub fn ttl(&self) -> io::Result<u32> { in ttl()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
| D | bit.rs | 91 pub const fn new(width: u32, shift: u32) -> Self { in new()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
| D | queue.rs | 62 fn wrap(steal_pos: u16, head_pos: u16) -> u32 { in wrap() 239 fn sync_steal_pos(&self, mut prev: u32) { in sync_steal_pos()
|