Home
last modified time | relevance | path

Searched defs:zstd (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_zstd.c58 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 Darchive_read_support_filter_zstd.c57 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 Darchive_write_set_format_zip.c217 } zstd; member
/freebsd/sys/contrib/zstd/programs/
H A Dzstd.1.md57 ### 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 Dlibzstd.pc.in10 Name: zstd name
/freebsd/stand/efi/loader/
H A Ddecompress.h9 enum compression { none, zlib, bzip2, xz, zstd }; enumerator
/freebsd/sbin/dumpon/
H A Ddumpon.c467 bool gzip, list, netdump, zstd, insert, rflag; in main() local
/freebsd/sys/fs/tarfs/
H A Dtarfs_io.c324 struct tarfs_zstd *zstd = zio->zstd; in tarfs_zread_zstd() local
H A Dtarfs.h150 struct tarfs_zstd *zstd; /* decompression state (zstd) */ member
/freebsd/contrib/file/src/
H A Dcompress.c744 ZSTD_DStream *zstd; in uncompresszstd() local