Searched refs:ERR_LIB_STORE (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/store/
H A Dstr_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_STORE,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_STORE,0,reason)
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/err/
H A Derr.h142 #define ERR_LIB_STORE 44 macro
173 #define STOREerr(f,r) ERR_PUT_error(ERR_LIB_STORE,(f),(r),__FILE__,__LINE__)
228 #define ERR_R_STORE_LIB ERR_LIB_STORE /* 44 */

Completed in 97 milliseconds