Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H A Dsettings.rs35 self.recv_window.check_window_update(0) in check_conn_recv_window_update()
H A Dwindow.rs119 pub(crate) fn check_window_update(&mut self, id: u32) -> Option<Frame> { in check_window_update() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs396 if let Some(window_update) = stream.recv_window.check_window_update(id) { in window_update_streams()