HomeSort by: relevance | last modified time | path
    Searched refs:sconv_utf8 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_pax.c 63 struct archive_string_conv *sconv_utf8; member in struct:pax
193 pax->sconv_utf8 = archive_string_conversion_to_charset(
195 if (pax->sconv_utf8 == NULL)
413 url_encoded_name, pax->sconv_utf8);
547 p = archive_entry_acl_to_text_l(entry, NULL, flags, pax->sconv_utf8);
632 if (pax->sconv_utf8 == NULL) {
635 pax->sconv_utf8 = archive_string_conversion_to_charset(
637 if (pax->sconv_utf8 == NULL)
641 sconv = pax->sconv_utf8;
archive_read_support_format_zip.c 216 struct archive_string_conv *sconv_utf8; member in struct:zip
789 if (zip->sconv_utf8 == NULL) {
790 zip->sconv_utf8 =
796 if (zip->sconv_utf8 == NULL)
822 p + offset, datasize, zip->sconv_utf8) != 0) {
988 if (zip->sconv_utf8 == NULL) {
989 zip->sconv_utf8 =
992 if (zip->sconv_utf8 == NULL)
995 sconv = zip->sconv_utf8;
1235 sconv = zip->sconv_utf8;
    [all...]
archive_read_support_format_cab.c 296 struct archive_string_conv *sconv_utf8; member in struct:cab
947 if (cab->sconv_utf8 == NULL) {
948 cab->sconv_utf8 =
951 if (cab->sconv_utf8 == NULL)
954 sconv = cab->sconv_utf8;
archive_read_support_format_rar.c 374 struct archive_string_conv *sconv_utf8; member in struct:rar
1668 if (rar->sconv_utf8 == NULL) {
1669 rar->sconv_utf8 = archive_string_conversion_from_charset(
1671 if (rar->sconv_utf8 == NULL)
1674 fn_sconv = rar->sconv_utf8;

Completed in 37 milliseconds