Home
last modified time | relevance | path

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

/minix/external/public-domain/xz/dist/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()
252 if (opt_mode == MODE_COMPRESS) { in coder_set_compression_settings()
269 assert(opt_mode == MODE_COMPRESS); in coder_set_compression_settings()
426 if (opt_mode == MODE_COMPRESS) { in coder_init()
630 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_XZ) { in coder_normal()
797 assert(opt_mode != MODE_COMPRESS); in coder_normal()
859 if (opt_mode == MODE_COMPRESS) { in coder_run()
H A Dmain.c186 if (opt_mode == MODE_COMPRESS) { in main()
220 if (opt_mode == MODE_COMPRESS) { in main()
H A Dcoder.h14 MODE_COMPRESS, enumerator
H A Dmytime.c80 if (opt_flush_timeout == 0 || opt_mode != MODE_COMPRESS) in mytime_get_flush_timeout()
H A Dargs.c335 opt_mode = MODE_COMPRESS; in parse_real()
650 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_AUTO) in args_parse()
658 if (opt_mode == MODE_COMPRESS || opt_format == FORMAT_RAW) in args_parse()
H A Dhardware.c93 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.c517 if (opt_mode == MODE_COMPRESS) { in progress_pos()