Home
last modified time | relevance | path

Searched defs:r_len (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dread_task.rs82 r_len: usize, field
153 r_len: usize, field
275 r_len: usize, field
343 r_len: usize, field
385 r_len: usize, field
429 r_len: usize, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dasync_source.rs188 let r_len = match ret { localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
Dasync_buf_reader.rs192 let r_len = cmp::min(rem.len(), buf.remaining()); in poll_read() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs1173 let r_len = match ret { in poll_recv() localVariable