Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Derr.rs12 pub const ERR_SYSTEM_FLAG: c_ulong = c_int::max_value() as c_ulong + 1; constant
/third_party/openssl/include/openssl/
Derr.h.in220 # define ERR_SYSTEM_FLAG ((unsigned int)INT_MAX + 1) macro