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/
H A Dlib.rs271 static mut LIB_NUM: $crate::export::c_int = 0; in id() consts
281 LIB_NUM = $crate::export::ERR_get_next_error_library(); in id()
282 STRINGS[0].error = $crate::export::ERR_PACK(LIB_NUM, 0, 0); in id()
283 $crate::export::ERR_load_strings(LIB_NUM, STRINGS.as_mut_ptr()); in id()
286 LIB_NUM in id()

Completed in 2 milliseconds