Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H A Dsettings.rs18 use crate::util::h2::buffer::window::RecvWindow;
22 recv_window: RecvWindow,
29 recv_window: RecvWindow::new(conn_recv_window as i32), in new()
H A Dwindow.rs60 pub(crate) struct RecvWindow { struct
71 impl RecvWindow { impl
H A Dmod.rs27 pub(crate) use window::{RecvWindow, SendWindow};
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs24 use crate::util::h2::buffer::{FlowControl, RecvWindow, SendWindow};
116 pub(crate) recv_window: RecvWindow,
303 let recv_window = RecvWindow::new(self.stream_recv_window_size as i32); in insert()
732 recv_window: RecvWindow, in new() argument