Home
last modified time | relevance | path

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

/src/contrib/xz/src/xz/
H A Dargs.c457 opt_mode = MODE_COMPRESS; in parse_real()
809 if (opt_mode == MODE_COMPRESS) in args_parse()
816 if (opt_mode != MODE_COMPRESS) in args_parse()
822 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_LZIP) in args_parse()
844 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_AUTO) in args_parse()
850 if ((opt_mode != MODE_COMPRESS || opt_format != FORMAT_XZ) in args_parse()
862 && (opt_mode == MODE_COMPRESS in args_parse()
885 if (opt_mode == MODE_COMPRESS || (opt_format == FORMAT_RAW in args_parse()
H A Dcoder.c25 enum operation_mode opt_mode = MODE_COMPRESS;
311 assert(opt_mode == MODE_COMPRESS); in coder_set_compression_settings()
414 if (opt_mode == MODE_COMPRESS && opt_flush_timeout != 0) { in coder_set_compression_settings()
458 if (opt_mode == MODE_COMPRESS) { in coder_set_compression_settings()
536 if (opt_mode == MODE_COMPRESS && message_verbosity_get() >= V_DEBUG) { in coder_set_compression_settings()
553 assert(opt_mode == MODE_COMPRESS); in coder_set_compression_settings()
824 if (opt_mode == MODE_COMPRESS) { in coder_init()
1159 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_XZ) { in coder_normal()
1333 assert(opt_mode != MODE_COMPRESS); in coder_normal()
1395 if (opt_mode == MODE_COMPRESS) { in coder_run()
H A Dmain.c207 if (opt_mode == MODE_COMPRESS) { in main()
282 if (opt_mode == MODE_COMPRESS) { in main()
H A Dhardware.c187 const uint64_t memlimit = mode == MODE_COMPRESS in hardware_memlimit_get()
198 : hardware_memlimit_get(MODE_COMPRESS); in hardware_memlimit_mtenc_get()
H A Dcoder.h14 MODE_COMPRESS, enumerator
H A Dmytime.c168 if (opt_flush_timeout == 0 || opt_mode != MODE_COMPRESS) in mytime_get_flush_timeout()
H A Dsuffix.c382 return opt_mode == MODE_COMPRESS in suffix_get_dest_name()
H A Dmessage.c512 if (opt_mode == MODE_COMPRESS) { in progress_pos()
/src/contrib/xz/
H A DChangeLog7359 opt_mode == MODE_COMPRESS isn't possible when HAVE_ENCODERS isn't