Searched refs:RecvWindow (Results 1 – 4 of 4) sorted by relevance
18 use crate::util::h2::buffer::window::RecvWindow;22 recv_window: RecvWindow,29 recv_window: RecvWindow::new(conn_recv_window as i32), in new()
60 pub(crate) struct RecvWindow { struct71 impl RecvWindow { impl
27 pub(crate) use window::{RecvWindow, SendWindow};
24 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