Home
last modified time | relevance | path

Searched refs:ZSTD_getErrorName (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/usr.bin/mkuzip/
H A Dmkuz_zstd.c68 *comp_level, ZSTD_getErrorName(rc)); in mkuz_zstd_init()
73 ZSTD_getErrorName(rc)); in mkuz_zstd_init()
90 ZSTD_getErrorName(rc)); in mkuz_zstd_compress()
/freebsd/sys/geom/uzip/
H A Dg_uzip_zstd.c75 ZSTD_getErrorName(rc)); in guz_zstd_decompress()
93 ZSTD_getErrorName(rc)); in guz_zstd_free()
108 ZSTD_getErrorName(rc)); in guz_zstd_rewind()
/freebsd/sys/kern/
H A Dsubr_compressor.c302 ZSTD_getErrorName(rc)); in zstdio_init()
309 ZSTD_getErrorName(rc)); in zstdio_init()
342 ZSTD_getErrorName(res)); in zstdio_reset()
347 ZSTD_getErrorName(res)); in zstdio_reset()
403 ZSTD_getErrorName(rc)); in zstdio_flush()
456 __func__, data, ZSTD_getErrorName(rc)); in zstdio_write()
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_common.c40 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() function
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_zstd.c269 ZSTD_getErrorName(ret)); in zstd_filter_read()
300 ZSTD_getErrorName(ret)); in zstd_filter_read()
H A Darchive_write_add_filter_zstd.c529 ZSTD_getErrorName(zstdret)); in drive_compressor()
H A Darchive_read_support_format_zip.c2407 ZSTD_getErrorName(r)); in zipx_zstd_init()
2484 ZSTD_getErrorName(ret)); in zip_read_data_zipx_zstd()
H A Darchive_write_set_format_7zip.c2468 ZSTD_getErrorName(zret)); in compression_code_zstd()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_common.c46 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() function
/freebsd/usr.bin/gzip/
H A Dunzstd.c77 maybe_errx("%s", ZSTD_getErrorName(zres)); in unzstd()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c387 ZSTD_getErrorName(resetErr)); in z_deflate()
393 ZSTD_getErrorName(resetErr)); in z_deflate()
727 ZSTD_getErrorName(errorCode)); in z_inflateSetDictionary()
845 ZSTD_getErrorName(initErr)); in z_inflate()
865 ZSTD_getErrorName(initErr)); in z_inflate()
883 LOG_WRAPPERD("ERROR: ZSTD_decompressStream1 %s\n", ZSTD_getErrorName(dErr)); in z_inflate()
902 ZSTD_getErrorName(dErr), zwd->errorCount); in z_inflate()
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zstd.c128 #define ZSTD_getErrorName p_getErrorName macro
614 ERR_add_error_data(1, ZSTD_getErrorName(zret)); in bio_zstd_read()
693 ERR_add_error_data(1, ZSTD_getErrorName(zret)); in bio_zstd_write()
739 ERR_add_error_data(1, ZSTD_getErrorName(zret)); in bio_zstd_flush()
/freebsd/tests/sys/kern/
H A Dsys_getrandom.c71 ZSTD_getErrorName(c)); in ATF_TC_BODY()
/freebsd/sys/contrib/zstd/programs/
H A Dfileio_common.h72 EXM_THROW(11, "%s", ZSTD_getErrorName(v)); \
H A Dbenchzstd.c124 DISPLAY("%s failed : %s", #zf, ZSTD_getErrorName(zerr)); \
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp210 return make_error<StringError>(ZSTD_getErrorName(Res), in decompress()
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h93 #define ZSTD_getErrorName zfs_ZSTD_getErrorName macro
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c84 DEBUGLOG(5, "Failed to write entropy tables %s", ZSTD_getErrorName(cSize)); in ZSTD_compressSubBlock_literal()
H A Dzstdmt_compress.c1517 mtctx->doneJobID, ZSTD_getErrorName(cSize)); in ZSTDMT_flushProduced()
/freebsd/sys/fs/tarfs/
H A Dtarfs_io.c463 (size_t)zio->ipos, (size_t)zio->opos, ZSTD_getErrorName(zerror)); in tarfs_zread_zstd()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c85 DEBUGLOG(5, "Failed to write entropy tables %s", ZSTD_getErrorName(cSize)); in ZSTD_compressSubBlock_literal()
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h262 ZSTDLIB_API const char* ZSTD_getErrorName(size_t result); /*!< provides readable string from a fun…
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h261 ZSTDLIB_API const char* ZSTD_getErrorName(size_t result); /*!< provides readable string from a fun…
H A DREADME.md138 `ZSTD_getErrorName` (implied by `ZSTD_LIB_MINIFY`).
/freebsd/sbin/savecore/
H A Dsavecore.c602 ZSTD_getErrorName(rv)); in ZstdWrite()

12