Home
last modified time | relevance | path

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

123

/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/openssl/ohos_lite/include/openssl/
H A Derr.h85 # define ERR_LIB_COMP 41 macro
125 # define COMPerr(f,r) ERR_PUT_error(ERR_LIB_COMP,(f),(r),OPENSSL_FILE,OPENSSL_LINE)
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/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)
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/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)
/third_party/node/deps/openssl/config/archs/linux-elf/asm/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)
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/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)
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/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)
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/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)
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/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)
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/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)
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/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)
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/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)
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/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)
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/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)
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/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)
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/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)
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/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)
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/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)
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/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)
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/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)

Completed in 26 milliseconds

123