Searched refs:ERR_LIB_COMP (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/comp/ |
D | comp_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
|
/external/openssl/include/openssl/ |
D | err.h | 192 #define ERR_LIB_COMP 41 macro 228 #define COMPerr(f,r) ERR_PUT_error(ERR_LIB_COMP,(f),(r),__FILE__,__LINE__) 288 #define ERR_R_COMP_LIB ERR_LIB_COMP /* 41 */
|
/external/openssl/crypto/err/ |
D | err.h | 192 #define ERR_LIB_COMP 41 macro 228 #define COMPerr(f,r) ERR_PUT_error(ERR_LIB_COMP,(f),(r),__FILE__,__LINE__) 288 #define ERR_R_COMP_LIB ERR_LIB_COMP /* 41 */
|