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

/external/openssl/crypto/comp/
H A 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/openssl/crypto/err/
H A 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/
H A 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/chromium_org/third_party/boringssl/src/include/openssl/
H A Derr.h393 ERR_LIB_COMP, enumerator in enum:__anon11666
428 #define ERR_R_COMP_LIB ERR_LIB_COMP

Completed in 74 milliseconds