Home
last modified time | relevance | path

Searched refs:opt_format (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/xz/src/xz/
H A Dsuffix.c130 if (opt_format == FORMAT_RAW) { in uncompressed_name()
225 assert(opt_format != FORMAT_AUTO); in compressed_name()
227 const size_t format = opt_format - 1; in compressed_name()
242 if (opt_format == FORMAT_XZ && has_sfn_suffix(src_name, src_len)) { in compressed_name()
257 if (opt_format == FORMAT_RAW && custom_suffix == NULL) { in compressed_name()
311 if (custom_suffix == NULL && opt_format == FORMAT_XZ) { in compressed_name()
H A Dcoder.c25 enum format_type opt_format = FORMAT_AUTO; variable
156 if (opt_format == FORMAT_RAW) { in coder_set_compression_settings()
171 filters[0].id = opt_format == FORMAT_LZMA in coder_set_compression_settings()
182 if (opt_format == FORMAT_LZMA && (filters_count != 1 in coder_set_compression_settings()
189 if (opt_format == FORMAT_XZ) in coder_set_compression_settings()
228 if (opt_format == FORMAT_XZ && hardware_threads_get() > 1) { in coder_set_compression_settings()
275 if (!opt_auto_adjust || opt_format == FORMAT_RAW) in coder_set_compression_settings()
282 if (opt_format == FORMAT_XZ && mt_options.threads > 1) { in coder_set_compression_settings()
441 switch (opt_format) { in coder_init()
485 switch (opt_format) { in coder_init()
[all …]
H A Dargs.c410 opt_format = types[i].format; in parse_real()
620 opt_format = FORMAT_LZMA; in args_parse()
624 opt_format = FORMAT_LZMA; in args_parse()
627 opt_format = FORMAT_LZMA; in args_parse()
664 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_AUTO) in args_parse()
665 opt_format = FORMAT_XZ; in args_parse()
672 if (opt_mode == MODE_COMPRESS || opt_format == FORMAT_RAW) in args_parse()
H A Dcoder.h38 extern enum format_type opt_format;
H A Dlist.c1145 if (opt_format != FORMAT_XZ && opt_format != FORMAT_AUTO) in list_file()