Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/comp/
H A Dcomp_err.c20 {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_BROTLI_DECODE_ERROR),
22 {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_BROTLI_ENCODE_ERROR),
24 {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_BROTLI_NOT_SUPPORTED),
26 {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZLIB_DEFLATE_ERROR),
28 {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZLIB_INFLATE_ERROR),
30 {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZLIB_NOT_SUPPORTED),
32 {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZSTD_COMPRESS_ERROR),
34 {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZSTD_DECODE_ERROR), "zstd decode error"},
35 {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZSTD_DECOMPRESS_ERROR),
37 {ERR_PACK(ERR_LIB_COMP, 0, COMP_R_ZSTD_NOT_SUPPORTED),
H A Dc_brotli.c448 ERR_raise(ERR_LIB_COMP, COMP_R_BROTLI_NOT_SUPPORTED); in bio_brotli_new()
454 ERR_raise(ERR_LIB_COMP, ERR_R_MALLOC_FAILURE); in bio_brotli_new()
472 ERR_raise(ERR_LIB_COMP, ERR_R_MALLOC_FAILURE); in bio_brotli_new()
508 ERR_raise(ERR_LIB_COMP, ERR_R_PASSED_INVALID_ARGUMENT); in bio_brotli_read()
513 ERR_raise(ERR_LIB_COMP, ERR_R_PASSED_INVALID_ARGUMENT); in bio_brotli_read()
523 ERR_raise(ERR_LIB_COMP, ERR_R_MALLOC_FAILURE); in bio_brotli_read()
539 ERR_raise(ERR_LIB_COMP, COMP_R_BROTLI_DECODE_ERROR); in bio_brotli_read()
579 ERR_raise(ERR_LIB_COMP, ERR_R_PASSED_INVALID_ARGUMENT); in bio_brotli_write()
584 ERR_raise(ERR_LIB_COMP, ERR_R_PASSED_INVALID_ARGUMENT); in bio_brotli_write()
597 ERR_raise(ERR_LIB_COMP, ERR_R_MALLOC_FAILURE); in bio_brotli_write()
[all …]
H A Dc_zstd.c514 ERR_raise(ERR_LIB_COMP, COMP_R_ZSTD_NOT_SUPPORTED); in bio_zstd_new()
520 ERR_raise(ERR_LIB_COMP, ERR_R_MALLOC_FAILURE); in bio_zstd_new()
549 ERR_raise(ERR_LIB_COMP, ERR_R_MALLOC_FAILURE); in bio_zstd_new()
593 ERR_raise(ERR_LIB_COMP, ERR_R_MALLOC_FAILURE); in bio_zstd_read()
610 ERR_raise(ERR_LIB_COMP, COMP_R_ZSTD_DECOMPRESS_ERROR); in bio_zstd_read()
653 ERR_raise(ERR_LIB_COMP, ERR_R_MALLOC_FAILURE); in bio_zstd_write()
689 ERR_raise(ERR_LIB_COMP, COMP_R_ZSTD_COMPRESS_ERROR); in bio_zstd_write()
735 ERR_raise(ERR_LIB_COMP, COMP_R_ZSTD_DECODE_ERROR); in bio_zstd_flush()
H A Dc_zlib.c401 ERR_raise(ERR_LIB_COMP, COMP_R_ZLIB_NOT_SUPPORTED); in bio_zlib_new()
462 ERR_raise_data(ERR_LIB_COMP, COMP_R_ZLIB_INFLATE_ERROR, in bio_zlib_read()
478 ERR_raise_data(ERR_LIB_COMP, COMP_R_ZLIB_INFLATE_ERROR, in bio_zlib_read()
527 ERR_raise_data(ERR_LIB_COMP, COMP_R_ZLIB_DEFLATE_ERROR, in bio_zlib_write()
566 ERR_raise_data(ERR_LIB_COMP, COMP_R_ZLIB_DEFLATE_ERROR, in bio_zlib_write()
615 ERR_raise_data(ERR_LIB_COMP, COMP_R_ZLIB_DEFLATE_ERROR, in bio_zlib_flush()
/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)