Rosetta
|
Variables | |
const int | gz_magic [2] = { 0x1f, 0x8b } |
const int | gz_ascii_flag = 0x01 |
const int | gz_head_crc = 0x02 |
const int | gz_extra_field = 0x04 |
const int | gz_orig_name = 0x08 |
const int | gz_comment = 0x10 |
const int | gz_reserved = 0xE0 |
const int zlib_stream::detail::gz_ascii_flag = 0x01 |
Definition at line 55 of file zipstream.ipp.
const int zlib_stream::detail::gz_comment = 0x10 |
Definition at line 59 of file zipstream.ipp.
Referenced by zlib_stream::basic_zip_istream< Elem, Tr, ElemA, ByteT, ByteAT >::check_header().
const int zlib_stream::detail::gz_extra_field = 0x04 |
Definition at line 57 of file zipstream.ipp.
Referenced by zlib_stream::basic_zip_istream< Elem, Tr, ElemA, ByteT, ByteAT >::check_header().
const int zlib_stream::detail::gz_head_crc = 0x02 |
Definition at line 56 of file zipstream.ipp.
Referenced by zlib_stream::basic_zip_istream< Elem, Tr, ElemA, ByteT, ByteAT >::check_header().
const int zlib_stream::detail::gz_magic[2] = { 0x1f, 0x8b } |
Definition at line 52 of file zipstream.ipp.
Referenced by zlib_stream::basic_zip_ostream< Elem, Tr, ElemA, ByteT, ByteAT >::add_header(), and zlib_stream::basic_zip_istream< Elem, Tr, ElemA, ByteT, ByteAT >::check_header().
const int zlib_stream::detail::gz_orig_name = 0x08 |
Definition at line 58 of file zipstream.ipp.
Referenced by zlib_stream::basic_zip_istream< Elem, Tr, ElemA, ByteT, ByteAT >::check_header().
const int zlib_stream::detail::gz_reserved = 0xE0 |
Definition at line 60 of file zipstream.ipp.
Referenced by zlib_stream::basic_zip_istream< Elem, Tr, ElemA, ByteT, ByteAT >::check_header().