Home
last modified time | relevance | path

Searched refs:read_len (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dread_task.rs100 read_len: &mut usize, in poll_read_to_end()
123 *read_len += new_len - len; in poll_read_to_end()
142 poll_read_to_end(buf, *reader, read_len, cx) in poll()
171 read_len: usize, in io_string_result()
196 let len = vector.len() - read_len; in io_string_result()
213 let (buf, output, reader, read_len) = in poll()
218 io_string_result(res, trans, *read_len, output) in poll()
296 read_len: &mut usize, in poll_read_until()
317 *read_len += used; in poll_read_until()
368 let (buf, output, reader, read_len) = in poll()
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dreader.rs124 let read_len = body in read_all() localVariable
128 if read_len == 0 { in read_all()
136 .write(&buf[..read_len]) in read_all()
139 written += read_len; in read_all()