Searched refs:COMPerr (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/comp/
H A Dc_zlib.c478 COMPerr(COMP_F_BIO_ZLIB_NEW, COMP_R_ZLIB_NOT_SUPPORTED);
485 COMPerr(COMP_F_BIO_ZLIB_NEW, ERR_R_MALLOC_FAILURE);
550 COMPerr(COMP_F_BIO_ZLIB_READ, ERR_R_MALLOC_FAILURE);
569 COMPerr(COMP_F_BIO_ZLIB_READ,
613 COMPerr(COMP_F_BIO_ZLIB_WRITE, ERR_R_MALLOC_FAILURE);
656 COMPerr(COMP_F_BIO_ZLIB_WRITE,
705 COMPerr(COMP_F_BIO_ZLIB_FLUSH,
/external/openssl/crypto/err/
H A Derr.h228 #define COMPerr(f,r) ERR_PUT_error(ERR_LIB_COMP,(f),(r),__FILE__,__LINE__) macro
/external/openssl/include/openssl/
H A Derr.h228 #define COMPerr(f,r) ERR_PUT_error(ERR_LIB_COMP,(f),(r),__FILE__,__LINE__) macro

Completed in 2410 milliseconds