Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dmod.rs23 mod read_buf; module
H A Dstdio.rs217 let mut read_buf = ReadBuf::new(&mut buf); in ut_test_stdio_basic() localVariable
222 let mut read_buf = ReadBuf::new(&mut buf); in ut_test_stdio_basic() localVariable
H A Dread_buf.rs273 let mut read_buf: ReadBuf<'_> = ReadBuf::new(&mut buf); in ut_test_readbuf_new() localVariable
H A Dread_task.rs109 let mut read_buf = ReadBuf::uninit(unsafe { in poll_read_to_end() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Duds_test.rs40 let mut read_buf = [0_u8; 12]; in sdv_uds_stream_test() localVariable
54 let mut read_buf = [0_u8; 12]; in sdv_uds_stream_test() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Ddata_ref.rs50 let mut read_buf = ReadBuf::new(buf); in poll_read() localVariable
H A Doutput.rs84 let mut read_buf = ReadBuf::new(&mut buf); in poll_read_frame() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Dlistener.rs179 let mut read_buf = [0_u8; 12]; in ut_uds_listener_read_write_test() localVariable
188 let mut read_buf = [0_u8; 12]; in ut_uds_listener_read_write_test() localVariable
H A Dstream.rs439 let mut read_buf = [0_u8; 5]; in ut_uds_stream_pair_test() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs140 let mut read_buf = [0_u8; TRAILER_SIZE]; in poll_trailer() localVariable
238 let mut read_buf = ReadBuf::new(&mut buf[read..]); in poll_read_io() localVariable
357 let mut read_buf = ReadBuf::new(&mut buf[read..]); in poll_read_io() localVariable
453 let mut read_buf = ReadBuf::new(&mut buf[read..]); in data() localVariable
H A Drequest.rs480 let mut read_buf = ReadBuf::new(&mut buf); in ut_client_request_builder_body() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs742 let mut read_buf = ReadBuf::new(&mut buf); in multipart_poll_data() localVariable
793 let mut read_buf = ReadBuf::new(&mut buf); in multipart_poll_data_stream() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_reader.rs204 let mut read_buf = ReadBuf::new(&mut this.buf); in poll_fill_buf() localVariable
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_buffer.rs173 fn read_buf(&self) -> *const c_char { in read_buf() method
/ohos5.0/base/request/request/services/src/task/
H A Dupload.rs72 let mut read_buf = buf.take(total_upload_bytes); in poll_read() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs200 let mut read_buf = ReadBuf::new(&mut self.chunk_data.chunk_buf); in poll_partial() localVariable