Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dtls.rs536 fn get_ex_data_from_ptr<'a, T>(ptr: *mut SSL, idx: c_int) -> Option<&'a mut T> { in get_ex_data_from_ptr() function
561 match get_ex_data_from_ptr::<Connection>(ssl, *QUICHE_EX_DATA_INDEX) { in set_read_secret()
611 match get_ex_data_from_ptr::<Connection>(ssl, *QUICHE_EX_DATA_INDEX) { in set_write_secret()
655 match get_ex_data_from_ptr::<Connection>(ssl, *QUICHE_EX_DATA_INDEX) { in add_handshake_data()
695 match get_ex_data_from_ptr::<Connection>(ssl, *QUICHE_EX_DATA_INDEX) { in send_alert()
716 match get_ex_data_from_ptr::<Connection>(ssl, *QUICHE_EX_DATA_INDEX) { in keylog()
738 match get_ex_data_from_ptr::<Connection>(ssl, *QUICHE_EX_DATA_INDEX) { in select_alpn()