Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-errors/src/
Dlib.rs271 static mut LIB_NUM: $crate::export::c_int = 0; constant
281 LIB_NUM = $crate::export::ERR_get_next_error_library();
282 STRINGS[0].error = $crate::export::ERR_PACK(LIB_NUM, 0, 0);
283 $crate::export::ERR_load_strings(LIB_NUM, STRINGS.as_mut_ptr());
286 LIB_NUM