Home
last modified time | relevance | path

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

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