Home
last modified time | relevance | path

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

/rust/bssl-sys/
A Drust_wrapper.c18 int ERR_GET_LIB_RUST(uint32_t packed_error) { in ERR_GET_LIB_RUST() argument
19 return ERR_GET_LIB(packed_error); in ERR_GET_LIB_RUST()
22 int ERR_GET_REASON_RUST(uint32_t packed_error) { in ERR_GET_REASON_RUST() argument
23 return ERR_GET_REASON(packed_error); in ERR_GET_REASON_RUST()
26 int ERR_GET_FUNC_RUST(uint32_t packed_error) { in ERR_GET_FUNC_RUST() argument
27 return ERR_GET_FUNC(packed_error); in ERR_GET_FUNC_RUST()
A Drust_wrapper.h31 int ERR_GET_LIB_RUST(uint32_t packed_error);
32 int ERR_GET_REASON_RUST(uint32_t packed_error);
33 int ERR_GET_FUNC_RUST(uint32_t packed_error);

Completed in 24 milliseconds