Home
last modified time | relevance | path

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

/external/rust/crates/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()
/external/python/cpython2/Modules/
DcPickle.c392 cPickle_ErrFormat(PyObject *ErrType, char *stringformat, char *format, ...) in cPickle_ErrFormat()