| /freebsd/usr.bin/mkuzip/ |
| H A D | mkuz_zstd.c | 68 *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 D | g_uzip_zstd.c | 75 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 D | subr_compressor.c | 302 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 D | zstd_common.c | 40 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() function
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_filter_zstd.c | 269 ZSTD_getErrorName(ret)); in zstd_filter_read() 300 ZSTD_getErrorName(ret)); in zstd_filter_read()
|
| H A D | archive_write_add_filter_zstd.c | 529 ZSTD_getErrorName(zstdret)); in drive_compressor()
|
| H A D | archive_read_support_format_zip.c | 2407 ZSTD_getErrorName(r)); in zipx_zstd_init() 2484 ZSTD_getErrorName(ret)); in zip_read_data_zipx_zstd()
|
| H A D | archive_write_set_format_7zip.c | 2468 ZSTD_getErrorName(zret)); in compression_code_zstd()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | zstd_common.c | 46 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() function
|
| /freebsd/usr.bin/gzip/ |
| H A D | unzstd.c | 77 maybe_errx("%s", ZSTD_getErrorName(zres)); in unzstd()
|
| /freebsd/sys/contrib/zstd/zlibWrapper/ |
| H A D | zstd_zlibwrapper.c | 387 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 D | c_zstd.c | 128 #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 D | sys_getrandom.c | 71 ZSTD_getErrorName(c)); in ATF_TC_BODY()
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | fileio_common.h | 72 EXM_THROW(11, "%s", ZSTD_getErrorName(v)); \
|
| H A D | benchzstd.c | 124 DISPLAY("%s failed : %s", #zf, ZSTD_getErrorName(zerr)); \
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Compression.cpp | 210 return make_error<StringError>(ZSTD_getErrorName(Res), in decompress()
|
| /freebsd/sys/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 93 #define ZSTD_getErrorName zfs_ZSTD_getErrorName macro
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 84 DEBUGLOG(5, "Failed to write entropy tables %s", ZSTD_getErrorName(cSize)); in ZSTD_compressSubBlock_literal()
|
| H A D | zstdmt_compress.c | 1517 mtctx->doneJobID, ZSTD_getErrorName(cSize)); in ZSTDMT_flushProduced()
|
| /freebsd/sys/fs/tarfs/ |
| H A D | tarfs_io.c | 463 (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 D | zstd_compress_superblock.c | 85 DEBUGLOG(5, "Failed to write entropy tables %s", ZSTD_getErrorName(cSize)); in ZSTD_compressSubBlock_literal()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 262 ZSTDLIB_API const char* ZSTD_getErrorName(size_t result); /*!< provides readable string from a fun…
|
| /freebsd/sys/contrib/zstd/lib/ |
| H A D | zstd.h | 261 ZSTDLIB_API const char* ZSTD_getErrorName(size_t result); /*!< provides readable string from a fun…
|
| H A D | README.md | 138 `ZSTD_getErrorName` (implied by `ZSTD_LIB_MINIFY`).
|
| /freebsd/sbin/savecore/ |
| H A D | savecore.c | 602 ZSTD_getErrorName(rv)); in ZstdWrite()
|