LibreOffice Module tools (master) 1
Variables
zcodec.cxx File Reference
#include <sal/config.h>
#include <algorithm>
#include <tools/stream.hxx>
#include <zlib.h>
#include <tools/zcodec.hxx>
#include <tools/long.hxx>
Include dependency graph for zcodec.cxx:

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
 

Variable Documentation

◆ GZ_COMMENT

constexpr sal_uInt8 GZ_COMMENT = 0x10
constexpr

Definition at line 36 of file zcodec.cxx.

Referenced by ZCodec::InitDecompress().

◆ GZ_DEFLATE

constexpr sal_uInt8 GZ_DEFLATE = 0x08
constexpr

Definition at line 39 of file zcodec.cxx.

Referenced by ZCodec::EndCompression().

◆ GZ_EXTRA_FIELD

constexpr sal_uInt8 GZ_EXTRA_FIELD = 0x04
constexpr

Definition at line 34 of file zcodec.cxx.

Referenced by ZCodec::InitDecompress().

◆ GZ_FS_UNKNOWN

constexpr sal_uInt8 GZ_FS_UNKNOWN = 0xFF
constexpr

Definition at line 40 of file zcodec.cxx.

Referenced by ZCodec::EndCompression().

◆ GZ_HEAD_CRC

constexpr sal_uInt8 GZ_HEAD_CRC = 0x02
constexpr

Definition at line 33 of file zcodec.cxx.

Referenced by ZCodec::InitDecompress().

◆ GZ_MAGIC_BYTES_LE

constexpr sal_uInt16 GZ_MAGIC_BYTES_LE = 0x8B1F
constexpr

◆ GZ_ORIG_NAME

constexpr sal_uInt8 GZ_ORIG_NAME = 0x08
constexpr

Definition at line 35 of file zcodec.cxx.

Referenced by ZCodec::EndCompression(), and ZCodec::InitDecompress().

◆ GZ_RESERVED

constexpr sal_uInt8 GZ_RESERVED = 0xE0
constexpr

Definition at line 37 of file zcodec.cxx.

Referenced by ZCodec::InitDecompress().