Searched refs:ERR_LIB_DSO (Results 1 – 3 of 3) sorted by relevance
| /onnv-gate/usr/src/common/openssl/crypto/dso/ |
| H A D | dso_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSO,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/err/ |
| H A D | err.h | 135 #define ERR_LIB_DSO 37 macro 166 #define DSOerr(f,r) ERR_PUT_error(ERR_LIB_DSO,(f),(r),__FILE__,__LINE__) 221 #define ERR_R_DSO_LIB ERR_LIB_DSO /* 37 */
|
| H A D | err.c | 149 {ERR_PACK(ERR_LIB_DSO,0,0) ,"DSO support routines"},
|