Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Ddecoder.rs45 pub(crate) fn decode_header(&mut self, headers_payload: &[u8]) -> Result<(), H3Error_QPACK> { in decode_header() method
80 f_decoder.decode_header(&decode("0000510b2f696e6465782e68746d6c").unwrap()); in literal_field_line_with_name_reference()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_command_line_server.py45 def decode_header(header): function
83 return decode_header(msg_header)
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/response/
H A Ddecoder.rs311 match self.decode_header(buffer)? { in header_phase_with_init()
321 match self.decode_header(buffer)? { in header_phase()
360 fn decode_header<'a>(&mut self, buffer: &'a [u8]) -> Result<Option<&'a [u8]>, HttpError> { in decode_header() method