Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_string.c85 unsigned to_cp; member
683 UINT to_cp; in archive_string_append_from_wcs_in_codepage() local
687 to_cp = sc->to_cp; in archive_string_append_from_wcs_in_codepage()
689 to_cp = get_current_codepage(); in archive_string_append_from_wcs_in_codepage()
691 if (to_cp == CP_C_LOCALE) { in archive_string_append_from_wcs_in_codepage()
743 if (to_cp == CP_UTF8 || sc == NULL) in archive_string_append_from_wcs_in_codepage()
747 count = WideCharToMultiByte(to_cp, 0, ws, wslen, in archive_string_append_from_wcs_in_codepage()
1156 sc->to_cp = make_codepage_from_charset(tc); in create_sconv_object()
1158 if (IsValidCodePage(sc->to_cp)) in create_sconv_object()
1166 sc->to_cp = current_codepage; in create_sconv_object()
[all …]