Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
Derror.rs31 type ErrType = libc::c_ulong; typedef
33 type ErrType = libc::c_uint; typedef
223 pub fn code(&self) -> ErrType { in code()