Home
last modified time | relevance | path

Searched defs:reader (Results 1 – 13 of 13) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Ddecoder.rs235 let reader = ReadableBytes::from(&stream.buffer.as_slice()[stream.offset..]); in decode() localVariable
242 let reader = ReadableBytes::from(&stream.buffer.as_slice()[stream.offset..]); in decode() localVariable
381 let mut reader = ReadableBytes::from(&self.buffer.as_slice()[self.offset..]); in decode_stream_type() localVariable
399 let mut reader = ReadableBytes::from(&self.buffer.as_slice()[self.offset..]); in decode_push_id() localVariable
417 let mut reader = ReadableBytes::from(&self.buffer.as_slice()[self.offset..]); in decode_frame_type() localVariable
462 let mut reader = ReadableBytes::from(&self.buffer.as_slice()[self.offset..]); in decode_payload_len() localVariable
507 let mut reader = ReadableBytes::from(&self.buffer.as_slice()[self.offset..]); in decode_data_payload() localVariable
587 let mut reader = ReadableBytes::from(&self.buffer.as_slice()[self.offset..]); in decode_headers_payload() localVariable
621 let mut reader = ReadableBytes::from(&self.buffer.as_slice()[self.offset..]); in decode_variable_payload() localVariable
665 let mut reader = ReadableBytes::from(&self.buffer.as_slice()[self.offset..]); in decode_settings_payload() localVariable
[all …]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dread_task.rs41 reader: Option<&'a mut R>, field
62 let mut reader = take_reader!(self); in poll() localVariable
80 reader: &'a mut R, field
150 reader: &'a mut R, field
226 reader: Option<&'a mut R>, field
247 let mut reader = take_reader!(self); in poll() localVariable
274 reader: &'a mut R, field
342 reader: &'a mut R, field
382 reader: R, field
426 reader: R, field
[all …]
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
Dbuilder.rs62 pub fn reader<R: AsyncRead>(self, reader: R) -> UploaderBuilder<WantsOperator<R>> { in reader() method
100 reader: R, field
171 reader: R, field
Dmod.rs89 reader: R, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
Dmod.rs33 mod reader; module
Dreader.rs237 let reader = BodyReader::new(DefaultBodyProcessor).read_timeout(Timeout::none()); in ut_body_reader_read_timeout() localVariable
Dclient.rs523 let reader = "Hello World"; in ut_request_client_err() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dtext.rs472 let reader = "Hello World!".as_bytes(); in ut_text_body_from_reader() localVariable
483 let reader = "Hello World!".as_bytes(); in ut_text_body_from_async_reader() localVariable
559 let reader = "Hello World!".as_bytes(); in ut_text_body_from_reader_syn_data() localVariable
596 let reader = "Hello World!".as_bytes(); in text_body_from_async_reader_asyn_data() localVariable
Dmod.rs473 pub(crate) reader: T, field
498 pub(crate) reader: T, field
/commonlibrary/rust/ylong_json/src/
Dlib.rs57 mod reader; module
Ddeserializer.rs48 pub(crate) reader: R, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Doutput.rs43 reader: ReadHalf<S>, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dschedule_io.rs55 reader: Option<Waker>, field