Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs614 let padded_length = buf[0] as usize; in decode_data_payload() localVariable
615 if self.header.payload_length <= padded_length { in decode_data_payload()
618 let data_end_index = self.header.payload_length - padded_length; in decode_data_payload()
693 let padded_length = buf[0] as usize; in decode_headers_payload() localVariable
694 if self.header.payload_length <= padded_length { in decode_headers_payload()
698 fragment_end_index -= padded_length; in decode_headers_payload()
748 let padded_length = buf[0] as usize; in decode_push_promise_payload() localVariable
749 if self.header.payload_length <= padded_length { in decode_push_promise_payload()
753 fragment_end_index -= padded_length; in decode_push_promise_payload()