Searched defs:zstd (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_add_filter_zstd.c | 58 struct zstd { struct 59 int compression_level; 83 /* If we don't have the library use default range values (zstdcli.c v1.4.0) */ argument 118 struct zstd *zstd; in archive_write_add_filter_zstd() local 240 struct zstd *zstd = f->data; in archive_compressor_zstd_options() local 381 struct zstd *zstd = f->data; in archive_compressor_zstd_open() local 429 struct zstd *zstd = f->data; in archive_compressor_zstd_write() local 440 struct zstd *zstd = f->data; in archive_compressor_zstd_flush() local 457 struct zstd *zstd = f->data; in archive_compressor_zstd_close() local 470 struct zstd *zstd, int flush, const void *src, size_t length) in drive_compressor() [all …]
|
| H A D | archive_read_support_filter_zstd.c | 57 struct zstd { struct 61 char in_frame; /* True = in the middle of a zstd frame. */ argument 71 * Note that we can detect zstd compressed files even if we can't decompress argument 236 struct zstd *zstd; in zstd_bidder_init() local 273 struct zstd *zstd = f->data; in zstd_filter_read() local 347 struct zstd *zstd = f->data; in zstd_filter_close() local
|
| H A D | archive_write_set_format_zip.c | 217 } zstd; member
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | zstd.1.md | 57 ### Concatenation with .zst Files 64 ### Integer Suffixes and Special Values 77 ### Operation Mode 106 ### Operation Modifiers 327 ### gzip Operation Modifiers 338 ### Environment Variables 364 ### --zstd[=options]: 500 ### Example 506 ### -B#:
|
| /freebsd/sys/contrib/zstd/lib/ |
| H A D | libzstd.pc.in | 10 Name: zstd name
|
| /freebsd/stand/efi/loader/ |
| H A D | decompress.h | 9 enum compression { none, zlib, bzip2, xz, zstd }; enumerator
|
| /freebsd/sbin/dumpon/ |
| H A D | dumpon.c | 467 bool gzip, list, netdump, zstd, insert, rflag; in main() local
|
| /freebsd/sys/fs/tarfs/ |
| H A D | tarfs_io.c | 324 struct tarfs_zstd *zstd = zio->zstd; in tarfs_zread_zstd() local
|
| H A D | tarfs.h | 150 struct tarfs_zstd *zstd; /* decompression state (zstd) */ member
|
| /freebsd/contrib/file/src/ |
| H A D | compress.c | 744 ZSTD_DStream *zstd; in uncompresszstd() local
|