Searched defs:StreamState (Results 1 – 1 of 1) sorted by relevance
128 pub(crate) struct StreamState<S> { struct134 unsafe fn get_state<'a, S: 'a>(bio: *mut BIO) -> &'a mut StreamState<S> { in get_state() argument149 let state: &'a StreamState<S> = &*(BIO_get_data(bio) as *const StreamState<S>); in get_stream_ref() constant