Searched defs:SslFiletype (Results 1 – 3 of 3) sorted by relevance
19 pub(crate) struct SslFiletype(c_int); struct20 impl SslFiletype { impl
192 file_type: SslFiletype, in set_certificate_file()
556 pub(crate) fn into_inner(self) -> SslFiletype { in into_inner()