LibreOffice Module tools (master) 1
|
#include <sal/config.h>
#include <algorithm>
#include <tools/stream.hxx>
#include <zlib.h>
#include <tools/zcodec.hxx>
#include <tools/long.hxx>
Go to the source code of this file.
Variables | |
constexpr sal_uInt8 | GZ_HEAD_CRC = 0x02 |
constexpr sal_uInt8 | GZ_EXTRA_FIELD = 0x04 |
constexpr sal_uInt8 | GZ_ORIG_NAME = 0x08 |
constexpr sal_uInt8 | GZ_COMMENT = 0x10 |
constexpr sal_uInt8 | GZ_RESERVED = 0xE0 |
constexpr sal_uInt16 | GZ_MAGIC_BYTES_LE = 0x8B1F |
constexpr sal_uInt8 | GZ_DEFLATE = 0x08 |
constexpr sal_uInt8 | GZ_FS_UNKNOWN = 0xFF |
|
constexpr |
Definition at line 36 of file zcodec.cxx.
Referenced by ZCodec::InitDecompress().
|
constexpr |
Definition at line 39 of file zcodec.cxx.
Referenced by ZCodec::EndCompression().
|
constexpr |
Definition at line 34 of file zcodec.cxx.
Referenced by ZCodec::InitDecompress().
|
constexpr |
Definition at line 40 of file zcodec.cxx.
Referenced by ZCodec::EndCompression().
|
constexpr |
Definition at line 33 of file zcodec.cxx.
Referenced by ZCodec::InitDecompress().
|
constexpr |
Definition at line 38 of file zcodec.cxx.
Referenced by ZCodec::EndCompression(), ZCodec::InitDecompress(), and ZCodec::IsZCompressed().
|
constexpr |
Definition at line 35 of file zcodec.cxx.
Referenced by ZCodec::EndCompression(), and ZCodec::InitDecompress().
|
constexpr |
Definition at line 37 of file zcodec.cxx.
Referenced by ZCodec::InitDecompress().