Searched refs:utf16be_path (Results 1 – 1 of 1) sorted by relevance
373 unsigned char *utf16be_path; member1207 if (iso9660->utf16be_path == NULL) { in archive_read_format_iso9660_read_header()1208 iso9660->utf16be_path = malloc(UTF16_NAME_MAX); in archive_read_format_iso9660_read_header()1209 if (iso9660->utf16be_path == NULL) { in archive_read_format_iso9660_read_header()1225 if (build_pathname_utf16be(iso9660->utf16be_path, in archive_read_format_iso9660_read_header()1234 (const char *)iso9660->utf16be_path, in archive_read_format_iso9660_read_header()1374 memcpy(iso9660->utf16be_previous_path, iso9660->utf16be_path, in archive_read_format_iso9660_read_header()1740 free(iso9660->utf16be_path); in archive_read_format_iso9660_cleanup()