Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c86 #define PVD_type_offset 0 macro
88 #define PVD_id_offset (PVD_type_offset + PVD_type_size)
794 if (h[PVD_type_offset] != 2) in isEVD()
871 if (h[PVD_type_offset] != 1) in isPVD()