Home
last modified time | relevance | path

Searched refs:ERR_LIB_COMP (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/comp/
Dcomp_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
/external/chromium_org/third_party/boringssl/src/include/openssl/
Derr.h393 ERR_LIB_COMP, enumerator
428 #define ERR_R_COMP_LIB ERR_LIB_COMP
/external/openssl/crypto/err/
Derr.h192 #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/include/openssl/
Derr.h192 #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 */