Home
last modified time | relevance | path

Searched refs:send_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.rs54 pub(crate) fn send_size_available(&self) -> usize { in send_size_available() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs437 let conn_send_vacant = self.flow_control.send_size_available(); in poll_read_body()