Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs267 pub fn set_end_stream(&mut self, end_stream: bool) { in set_end_stream() method
H A Dencoder.rs1389 frame_flag.set_end_stream(true); in ut_headers_frame_encoding()
1547 frame_flag.set_end_stream(false); in ut_continue_frame_encoding()
1848 frame_flag.set_end_stream(false); in ut_encode_continuation_frames()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs140 flag.set_end_stream(true); in build_headers_frame()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs480 flag.set_end_stream(true); in poll_sized_data()