Searched refs:opt_sconv (Results 1 – 10 of 10) sorted by relevance
52 struct archive_string_conv *opt_sconv; member196 v7tar->opt_sconv = archive_string_conversion_to_charset( in archive_write_v7tar_options()198 if (v7tar->opt_sconv != NULL) in archive_write_v7tar_options()224 if (v7tar->opt_sconv == NULL) { in archive_write_v7tar_header()233 sconv = v7tar->opt_sconv; in archive_write_v7tar_header()
69 struct archive_string_conv *opt_sconv; member144 cpio->opt_sconv = archive_string_conversion_to_charset( in archive_write_cpio_options()146 if (cpio->opt_sconv != NULL) in archive_write_cpio_options()233 sconv = cpio->opt_sconv; in get_sconv()
65 struct archive_string_conv *opt_sconv; member150 cpio->opt_sconv = archive_string_conversion_to_charset( in archive_write_newc_options()152 if (cpio->opt_sconv != NULL) in archive_write_newc_options()173 sconv = cpio->opt_sconv; in get_sconv()
52 struct archive_string_conv *opt_sconv; member219 ustar->opt_sconv = archive_string_conversion_to_charset( in archive_write_ustar_options()221 if (ustar->opt_sconv != NULL) in archive_write_ustar_options()247 if (ustar->opt_sconv == NULL) { in archive_write_ustar_header()255 sconv = ustar->opt_sconv; in archive_write_ustar_header()
61 struct archive_string_conv *opt_sconv; member210 gnutar->opt_sconv = archive_string_conversion_to_charset( in archive_write_gnutar_options()212 if (gnutar->opt_sconv != NULL) in archive_write_gnutar_options()286 if (gnutar->opt_sconv == NULL) { in archive_write_gnutar_header()295 sconv = gnutar->opt_sconv; in archive_write_gnutar_header()
156 struct archive_string_conv *opt_sconv; member366 zip->opt_sconv = archive_string_conversion_to_charset( in archive_write_zip_options()368 if (zip->opt_sconv != NULL) in archive_write_zip_options()648 if (zip->opt_sconv != NULL) { in archive_write_zip_header()650 zip->opt_sconv), "UTF-8") == 0) in archive_write_zip_header()1474 if (zip->opt_sconv != NULL) in get_sconv()1475 return (zip->opt_sconv); in get_sconv()
185 struct archive_string_conv *opt_sconv; member337 cpio->opt_sconv = in archive_read_format_cpio_options()340 if (cpio->opt_sconv != NULL) in archive_read_format_cpio_options()366 sconv = cpio->opt_sconv; in archive_read_format_cpio_read_header()
179 struct archive_string_conv *opt_sconv; member403 lha->opt_sconv = in archive_read_format_lha_options()406 if (lha->opt_sconv != NULL) in archive_read_format_lha_options()564 if (lha->opt_sconv != NULL) in archive_read_format_lha_read_header()565 lha->sconv = lha->opt_sconv; in archive_read_format_lha_read_header()
150 struct archive_string_conv *opt_sconv; member442 tar->opt_sconv = in archive_read_format_tar_options()445 if (tar->opt_sconv != NULL) in archive_read_format_tar_options()534 tar->sconv = tar->opt_sconv; in archive_read_format_tar_read_header()1684 sconv = tar->opt_sconv; in pax_header()
293 struct archive_string_conv *opt_sconv; member789 rar->opt_sconv = in archive_read_format_rar_options()792 if (rar->opt_sconv != NULL) in archive_read_format_rar_options()1275 sconv = rar->opt_sconv; in read_header()