Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c379 unsigned char *utf16be_previous_path; member
1294 if (iso9660->utf16be_previous_path == NULL) { in archive_read_format_iso9660_read_header()
1295 iso9660->utf16be_previous_path = calloc(1, UTF16_NAME_MAX); in archive_read_format_iso9660_read_header()
1296 if (iso9660->utf16be_previous_path == NULL) { in archive_read_format_iso9660_read_header()
1391 (const char *)iso9660->utf16be_previous_path, in archive_read_format_iso9660_read_header()
1462 memcpy(iso9660->utf16be_previous_path, iso9660->utf16be_path, in archive_read_format_iso9660_read_header()
1829 free(iso9660->utf16be_previous_path); in archive_read_format_iso9660_cleanup()