Home
last modified time | relevance | path

Searched refs:MODE_COMPRESS (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/xz/src/xz/
H A Dcoder.c24 enum operation_mode opt_mode = MODE_COMPRESS;
201 if (opt_mode == MODE_COMPRESS && opt_flush_timeout != 0) { in coder_set_compression_settings()
225 if (opt_mode == MODE_COMPRESS) { in coder_set_compression_settings()
260 if (opt_mode == MODE_COMPRESS) { in coder_set_compression_settings()
278 assert(opt_mode == MODE_COMPRESS); in coder_set_compression_settings()
439 if (opt_mode == MODE_COMPRESS) { in coder_init()
661 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_XZ) { in coder_normal()
820 assert(opt_mode != MODE_COMPRESS); in coder_normal()
882 if (opt_mode == MODE_COMPRESS) { in coder_run()
H A Dargs.c333 opt_mode = MODE_COMPRESS; in parse_real()
642 if (opt_mode == MODE_COMPRESS) in args_parse()
649 if (opt_mode != MODE_COMPRESS) in args_parse()
664 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_AUTO) in args_parse()
672 if (opt_mode == MODE_COMPRESS || opt_format == FORMAT_RAW) in args_parse()
H A Dmain.c186 if (opt_mode == MODE_COMPRESS) { in main()
241 if (opt_mode == MODE_COMPRESS) { in main()
H A Dcoder.h14 MODE_COMPRESS, enumerator
H A Dmytime.c76 if (opt_flush_timeout == 0 || opt_mode != MODE_COMPRESS) in mytime_get_flush_timeout()
H A Dhardware.c123 const uint64_t memlimit = mode == MODE_COMPRESS in hardware_memlimit_get()
H A Dsuffix.c381 return opt_mode == MODE_COMPRESS in suffix_get_dest_name()
H A Dmessage.c532 if (opt_mode == MODE_COMPRESS) { in progress_pos()