Home
last modified time | relevance | path

Searched defs:stream_state (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dbio.rs160 let stream_state = Box::new(StreamState { in new() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs297 pub(crate) fn stream_state(&self, id: u32) -> Option<H2StreamState> { in stream_state() method