Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs142 pending_conn_window: VecDeque<u32>, field
195 pending_conn_window: VecDeque::new(), in new()
349 match self.pending_conn_window.pop_front() { in reassign_conn_send_window()
439 self.pending_conn_window.push_back(id); in poll_read_body()
540 self.pending_conn_window.clear(); in clear_streams_states()