Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dread_task.rs82 r_len: usize, field
91 r_len: 0, in new()
153 r_len: usize, field
163 r_len: 0, in new()
275 r_len: usize, field
285 r_len: 0, in new()
343 r_len: usize, field
353 r_len: 0, in new()
385 r_len: usize, field
397 r_len: 0, in new()
[all …]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs477 let (r_len, r_addr) = match ret { in poll_peek_from()
482 buf.assume_init(r_len); in poll_peek_from()
483 buf.advance(r_len); in poll_peek_from()
577 let (r_len, r_addr) = match ret { in poll_recv_from()
582 buf.assume_init(r_len); in poll_recv_from()
583 buf.advance(r_len); in poll_recv_from()
1173 let r_len = match ret { in poll_recv() localVariable
1178 buf.assume_init(r_len); in poll_recv()
1179 buf.advance(r_len); in poll_recv()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_reader.rs192 let r_len = cmp::min(rem.len(), buf.remaining()); in poll_read() localVariable
193 buf.append(&rem[..r_len]); in poll_read()
194 self.as_mut().consume(r_len); in poll_read()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dasync_source.rs188 let r_len = match ret { localVariable
193 buf.assume_init(r_len);
194 buf.advance(r_len);