Home
last modified time | relevance | path

Searched defs:read_buf (Results 1 – 9 of 9) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dmod.rs23 mod read_buf; module
Dread_buf.rs260 let mut read_buf: ReadBuf<'_> = ReadBuf::new(&mut buf); in ut_test_readbuf_new() localVariable
Dread_task.rs107 let mut read_buf = ReadBuf::uninit(unsafe { in poll_read_to_end() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dhttp_body.rs213 let mut read_buf = ReadBuf::new(&mut buf[read..]); in data() localVariable
308 let mut read_buf = ReadBuf::new(&mut buf[read..]); in data() localVariable
413 let mut read_buf = ReadBuf::new(&mut buf[read..]); in data() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
Dmod.rs158 let mut read_buf = ReadBuf::new(buf); in poll_data() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
Dasync_buf_reader.rs204 let mut read_buf = ReadBuf::new(&mut this.buf); in poll_fill_buf() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dmod.rs335 let mut read_buf = ReadBuf::new(buf); in poll_read() localVariable
Dchunk.rs305 let mut read_buf = ReadBuf::new(&mut chunk_body.chunk_data.chunk_buf); in poll_data() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs1052 let mut read_buf = ReadBuf::new(&mut buf); in poll_read_frame() localVariable