Home
last modified time | relevance | path

Searched refs:TextIo (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp3.rs138 let data_io = TextIo::new(conn); in frame_2_response()
152 struct TextIo<S> { structure names
181 impl<S> TextIo<S> impls
196 text_io: &mut TextIo<S>, in match_channel_message()
241 fn end_read(text_io: &mut TextIo<S>, data_len: usize) -> Option<Poll<std::io::Result<()>>> { in end_read()
253 text_io: &mut TextIo<S>, in read_remaining_data()
285 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> {
295 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> {
H A Dhttp2.rs117 let text_io = TextIo::new(conn); in frame_2_response()
200 struct TextIo<S> { structure names
229 impl<S> TextIo<S> impls
244 text_io: &mut TextIo<S>, in match_channel_message()
290 text_io: &mut TextIo<S>, in end_read()
308 text_io: &mut TextIo<S>, in read_remaining_data()
340 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> {
350 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> {
445 /// 2. The response body data is read from TextIo using a buf of 10 bytes.
459 use crate::async_impl::conn::http2::TextIo; in ut_http2_body_poll_read()
[all...]

Completed in 2 milliseconds