Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H A Dwindow.rs38 pub(crate) fn reduce_size(&mut self, size: u32) { in reduce_size() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs236 stream.send_window.reduce_size(excess); in apply_send_initial_window_size()