|
const int | boost::iostreams::gzip::zlib_error = 1 |
|
const int | boost::iostreams::gzip::bad_crc = 2 |
|
const int | boost::iostreams::gzip::bad_length = 3 |
|
const int | boost::iostreams::gzip::bad_header = 4 |
|
const int | boost::iostreams::gzip::bad_footer = 5 |
|
const int | boost::iostreams::gzip::bad_method = 6 |
|
const int | boost::iostreams::gzip::magic::id1 = 0x1f |
|
const int | boost::iostreams::gzip::magic::id2 = 0x8b |
|
const int | boost::iostreams::gzip::method::deflate = 8 |
|
const int | boost::iostreams::gzip::flags::text = 1 |
|
const int | boost::iostreams::gzip::flags::header_crc = 2 |
|
const int | boost::iostreams::gzip::flags::extra = 4 |
|
const int | boost::iostreams::gzip::flags::name = 8 |
|
const int | boost::iostreams::gzip::flags::comment = 16 |
|
const int | boost::iostreams::gzip::extra_flags::best_compression = 2 |
|
const int | boost::iostreams::gzip::extra_flags::best_speed = 4 |
|
const int | boost::iostreams::gzip::os_fat = 0 |
|
const int | boost::iostreams::gzip::os_amiga = 1 |
|
const int | boost::iostreams::gzip::os_vms = 2 |
|
const int | boost::iostreams::gzip::os_unix = 3 |
|
const int | boost::iostreams::gzip::os_vm_cms = 4 |
|
const int | boost::iostreams::gzip::os_atari = 5 |
|
const int | boost::iostreams::gzip::os_hpfs = 6 |
|
const int | boost::iostreams::gzip::os_macintosh = 7 |
|
const int | boost::iostreams::gzip::os_z_system = 8 |
|
const int | boost::iostreams::gzip::os_cp_m = 9 |
|
const int | boost::iostreams::gzip::os_tops_20 = 10 |
|
const int | boost::iostreams::gzip::os_ntfs = 11 |
|
const int | boost::iostreams::gzip::os_qdos = 12 |
|
const int | boost::iostreams::gzip::os_acorn = 13 |
|
const int | boost::iostreams::gzip::os_unknown = 255 |
|