Searched refs:opt_sconv (Results 1 – 11 of 11) sorted by relevance
51 struct archive_string_conv *opt_sconv; member194 v7tar->opt_sconv = archive_string_conversion_to_charset( in archive_write_v7tar_options()196 if (v7tar->opt_sconv != NULL) in archive_write_v7tar_options()220 if (v7tar->opt_sconv == NULL) { in archive_write_v7tar_header()229 sconv = v7tar->opt_sconv; in archive_write_v7tar_header()
65 struct archive_string_conv *opt_sconv; member149 cpio->opt_sconv = archive_string_conversion_to_charset( in archive_write_newc_options()151 if (cpio->opt_sconv != NULL) in archive_write_newc_options()171 sconv = cpio->opt_sconv; in get_sconv()
70 struct archive_string_conv *opt_sconv; member144 cpio->opt_sconv = archive_string_conversion_to_charset( in archive_write_odc_options()146 if (cpio->opt_sconv != NULL) in archive_write_odc_options()238 sconv = cpio->opt_sconv; in get_sconv()
51 struct archive_string_conv *opt_sconv; member217 ustar->opt_sconv = archive_string_conversion_to_charset( in archive_write_ustar_options()219 if (ustar->opt_sconv != NULL) in archive_write_ustar_options()243 if (ustar->opt_sconv == NULL) { in archive_write_ustar_header()251 sconv = ustar->opt_sconv; in archive_write_ustar_header()
60 struct archive_string_conv *opt_sconv; member214 gnutar->opt_sconv = archive_string_conversion_to_charset( in archive_write_gnutar_options()216 if (gnutar->opt_sconv != NULL) in archive_write_gnutar_options()285 if (gnutar->opt_sconv == NULL) { in archive_write_gnutar_header()294 sconv = gnutar->opt_sconv; in archive_write_gnutar_header()
68 struct archive_string_conv *opt_sconv; member247 cpio->opt_sconv = archive_string_conversion_to_charset( in archive_write_binary_options()249 if (cpio->opt_sconv != NULL) in archive_write_binary_options()341 sconv = cpio->opt_sconv; in get_sconv()
187 struct archive_string_conv *opt_sconv; member339 cpio->opt_sconv = in archive_read_format_cpio_options()342 if (cpio->opt_sconv != NULL) in archive_read_format_cpio_options()372 sconv = cpio->opt_sconv; in archive_read_format_cpio_read_header()
178 struct archive_string_conv *opt_sconv; member529 zip->opt_sconv = archive_string_conversion_to_charset( in archive_write_zip_options()531 if (zip->opt_sconv != NULL) in archive_write_zip_options()950 if (zip->opt_sconv != NULL) { in archive_write_zip_header()952 zip->opt_sconv), "UTF-8") == 0) in archive_write_zip_header()2338 if (zip->opt_sconv != NULL) in get_sconv()2339 return (zip->opt_sconv); in get_sconv()
181 struct archive_string_conv *opt_sconv; member401 lha->opt_sconv = in archive_read_format_lha_options()404 if (lha->opt_sconv != NULL) in archive_read_format_lha_options()561 if (lha->opt_sconv != NULL) { in archive_read_format_lha_read_header()562 lha->sconv_dir = lha->opt_sconv; in archive_read_format_lha_read_header()563 lha->sconv_fname = lha->opt_sconv; in archive_read_format_lha_read_header()
149 struct archive_string_conv *opt_sconv; member454 tar->opt_sconv = in archive_read_format_tar_options()457 if (tar->opt_sconv != NULL) in archive_read_format_tar_options()547 tar->sconv = tar->opt_sconv; in archive_read_format_tar_read_header()2082 sconv = tar->opt_sconv; in header_pax_extension()
372 struct archive_string_conv *opt_sconv; member887 rar->opt_sconv = in archive_read_format_rar_options()890 if (rar->opt_sconv != NULL) in archive_read_format_rar_options()1383 sconv = rar->opt_sconv; in read_header()