Searched refs:cd_w (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c117 iconv_t cd_w;/* Use at archive_mstring on member in struct:archive_string_conv
1257 sc->cd_w = (iconv_t)-1;
1287 sc->cd_w = iconv_open("UTF-8", fc);
1288 if (sc->cd_w == (iconv_t)-1 &&
1291 sc->cd_w = iconv_open("UTF-8", "SJIS");
1320 if (sc->cd_w != (iconv_t)-1)
1321 iconv_close(sc->cd_w);
4135 } else if (sc != NULL && sc->cd_w != (iconv_t)-1) {
4148 sc->cd = sc->cd_w;

Completed in 73 milliseconds