LZ4 API Guide  1.00.01.00
Data Fields
LZ4_streamDecompressBlockState Struct Reference

Decompression state for a streaming LZ4 block. More...

#include <lz4_stream.h>

Data Fields

LZ4_streamState state
 Decompress stream state. More...
 
uint16_t literalLength
 Length of literals. More...
 
uint16_t matchLength
 Length of match. More...
 
uint16_t matchOffset
 Offset address of match. More...
 
uint8_t * dstPtr
 Pointer to the destination data buffer to write. More...
 
uint8_t * dstOrigin
 Destination buffer pointer origin. More...
 
uint32_t dstLength
 

Detailed Description

Decompression state for a streaming LZ4 block.

Field Documentation

§ state

LZ4_streamState LZ4_streamDecompressBlockState::state

Decompress stream state.

Referenced by LZ4_streamDecompressBlock(), and LZ4_streamDecompressBlockInit().

§ literalLength

uint16_t LZ4_streamDecompressBlockState::literalLength

Length of literals.

Referenced by LZ4_streamDecompressBlock(), and LZ4_streamDecompressBlockInit().

§ matchLength

uint16_t LZ4_streamDecompressBlockState::matchLength

Length of match.

Referenced by LZ4_streamDecompressBlock(), and LZ4_streamDecompressBlockInit().

§ matchOffset

uint16_t LZ4_streamDecompressBlockState::matchOffset

Offset address of match.

Referenced by LZ4_streamDecompressBlock(), and LZ4_streamDecompressBlockInit().

§ dstPtr

uint8_t* LZ4_streamDecompressBlockState::dstPtr

Pointer to the destination data buffer to write.

Referenced by LZ4_streamDecompressBlock(), and LZ4_streamDecompressBlockInit().

§ dstOrigin

uint8_t* LZ4_streamDecompressBlockState::dstOrigin

Destination buffer pointer origin.

Referenced by LZ4_streamDecompressBlock(), and LZ4_streamDecompressBlockInit().

§ dstLength

uint32_t LZ4_streamDecompressBlockState::dstLength

Length of the destination data buffer.

Referenced by LZ4_streamDecompressBlock(), and LZ4_streamDecompressBlockInit().


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale