Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/comp/
H A Dcomp_err.c20 {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZLIB_DEFLATE_ERROR),
22 {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZLIB_INFLATE_ERROR),
24 {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZLIB_NOT_SUPPORTED),
H A Dc_zlib.c319 ERR_raise(ERR_LIB_COMP, COMP_R_ZLIB_NOT_SUPPORTED); in bio_zlib_new()
325 ERR_raise(ERR_LIB_COMP, ERR_R_MALLOC_FAILURE); in bio_zlib_new()
380 ERR_raise(ERR_LIB_COMP, ERR_R_MALLOC_FAILURE); in bio_zlib_read()
384 ERR_raise_data(ERR_LIB_COMP, COMP_R_ZLIB_INFLATE_ERROR, in bio_zlib_read()
400 ERR_raise_data(ERR_LIB_COMP, COMP_R_ZLIB_INFLATE_ERROR, in bio_zlib_read()
445 ERR_raise(ERR_LIB_COMP, ERR_R_MALLOC_FAILURE); in bio_zlib_write()
451 ERR_raise_data(ERR_LIB_COMP, COMP_R_ZLIB_DEFLATE_ERROR, in bio_zlib_write()
490 ERR_raise_data(ERR_LIB_COMP, COMP_R_ZLIB_DEFLATE_ERROR, in bio_zlib_write()
539 ERR_raise_data(ERR_LIB_COMP, COMP_R_ZLIB_DEFLATE_ERROR, in bio_zlib_flush()
H A Dcomp_lib.c23 ERR_raise(ERR_LIB_COMP, ERR_R_MALLOC_FAILURE); in COMP_CTX_new()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h102 # define ERR_LIB_COMP 41 macro
134 # define COMPerr(f, r) ERR_raise_data(ERR_LIB_COMP, (r), NULL)
H A Derr.h.in104 # define ERR_LIB_COMP 41 macro
136 # define COMPerr(f, r) ERR_raise_data(ERR_LIB_COMP, (r), NULL)