Searched refs:PVD_file_structure_version_offset (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c144 #define PVD_file_structure_version_offset (PVD_effective_date_offset + PVD_effective_date_size) macro
146 #define PVD_reserved4_offset (PVD_file_structure_version_offset + PVD_file_structure_version_size)
827 if (h[PVD_file_structure_version_offset] != 2)
903 if (h[PVD_file_structure_version_offset] != 1)

Completed in 108 milliseconds