Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H A Dsettings.rs51 self.send_window.increase_size(size) in increase_send_size()
H A Dwindow.rs42 pub(crate) fn increase_size(&mut self, size: u32) -> Result<(), H2Error> { in increase_size() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs226 stream.send_window.increase_size(excess)?; in apply_send_initial_window_size()
364 stream.send_window.increase_size(size)?; in reassign_stream_send_window()