Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs646 let end_headers = self.header.is_end_headers(); in decode_continuation_payload() localVariable
647 if end_headers { in decode_continuation_payload()
687 let end_headers = self.header.is_end_headers(); in decode_headers_payload() localVariable
707 if end_headers { in decode_headers_payload()
744 let end_headers = self.header.is_end_headers(); in decode_push_promise_payload() localVariable
767 self.push_promise_framing(end_headers, promised_stream_id) in decode_push_promise_payload()
772 end_headers: bool, in push_promise_framing()
775 if end_headers { in push_promise_framing()
H A Dframe.rs276 pub fn set_end_headers(&mut self, end_headers: bool) { in set_end_headers()
277 if end_headers { in set_end_headers()