Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs109 let text_io = TextIo::new(conn); in frame_2_response() localVariable
241 text_io: &mut TextIo<S>, in match_channel_message()
287 text_io: &mut TextIo<S>, in end_read()
291 text_io.offset = 0; in end_read()
292 text_io.remain = None; in end_read()
294 text_io.is_closed = true; in end_read()
305 text_io: &mut TextIo<S>, in read_remaining_data()
319 buf.append_slice(&data[text_io.offset..text_io.offset + fill_len]); in read_remaining_data()
323 buf.append_slice(&data[text_io.offset..text_io.offset + fill_len]); in read_remaining_data()
349 let text_io = self.get_mut(); in poll_read() localVariable
[all …]