Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs131 fn chunk_encode(&mut self, src: &[u8], dst: &mut [u8]) -> usize { in chunk_encode() method
164 fn chunk_encode(&mut self, dst: &mut [u8]) -> usize { in chunk_encode() method
170 fn chunk_encode(&mut self, dst: &mut [u8]) -> usize { in chunk_encode() method
209 let data_size = self.chunk_encode(buf); in poll_partial()
216 Poll::Ready(Ok(self.chunk_encode(buf))) in poll_partial()
252 self.chunk_encode(&mut buf[count..]) in data()
340 self.chunk_encode(src, dst) in bytes_encode()