Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs967 Stage::Data => self.decode_data(remains), in decode()
1248 return self.decode_data(&buf[i + 1..]); in skip_crlf()
1338 fn decode_data<'a>(&mut self, buf: &'a [u8]) -> Result<(Chunk<'a>, &'a [u8]), HttpError> { in decode_data() method