Searched refs:decode_data (Results 1 – 1 of 1) sorted by relevance
967 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