Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs618 let data_end_index = self.header.payload_length - padded_length; in decode_data_payload() localVariable
620 data.extend_from_slice(&buf[1..data_end_index]); in decode_data_payload()