Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs407 type SslTimeTy = u64; typedef
409 type SslTimeTy = c_long; typedef
2155 pub fn time(&self) -> SslTimeTy { in time() argument