Home
last modified time | relevance | path

Searched refs:MODE_DECOMPRESS (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/xz/src/xz/
H A Dargs.c306 opt_mode = MODE_DECOMPRESS; in parse_real()
663 opt_mode = MODE_DECOMPRESS; in args_parse()
666 opt_mode = MODE_DECOMPRESS; in args_parse()
669 opt_mode = MODE_DECOMPRESS; in args_parse()
673 opt_mode = MODE_DECOMPRESS; in args_parse()
734 || opt_mode == MODE_DECOMPRESS)) in args_parse()
H A Dcoder.c614 if (opt_mode == MODE_DECOMPRESS in coder_init()
631 = hardware_memlimit_get(MODE_DECOMPRESS); in coder_init()
649 MODE_DECOMPRESS), flags); in coder_init()
656 MODE_DECOMPRESS)); in coder_init()
664 MODE_DECOMPRESS), flags); in coder_init()
H A Dcoder.h15 MODE_DECOMPRESS, enumerator
H A Dfile_io.c981 else if (try_sparse && opt_mode == MODE_DECOMPRESS) { in io_open_dest_real()