Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs209 pub(crate) fn append_slice(&mut self, buf: &[u8]) { in append_slice() method
257 buf.append_slice(&data[..fill_len]); in match_channel_message()
262 buf.append_slice(&data[..fill_len]); in match_channel_message()
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()