Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H A Dsettings.rs58 pub(crate) fn recv_notification_size_available(&self) -> u32 { in recv_notification_size_available() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs278 if self.flow_control.recv_notification_size_available() < size { in release_conn_recv_window()