LZ4 API Guide  1.00.01.00
Data Fields
LZ4_decompressBlockParams Struct Reference

Decompression parameters for a single LZ4 block. More...

#include <lz4.h>

Data Fields

const void * src
 Pointer to the source data buffer to decompress. More...
 
void * dst
 Pointer to the destination data buffer to store compressed data. More...
 
uint32_t dstLength
 Length of the destination data buffer. More...
 
bool verifyBlockChecksum
 

Detailed Description

Decompression parameters for a single LZ4 block.

Field Documentation

§ src

const void* LZ4_decompressBlockParams::src

Pointer to the source data buffer to decompress.

Referenced by LZ4_decompressBlock().

§ dst

void* LZ4_decompressBlockParams::dst

Pointer to the destination data buffer to store compressed data.

Referenced by LZ4_decompressBlock().

§ dstLength

uint32_t LZ4_decompressBlockParams::dstLength

Length of the destination data buffer.

Referenced by LZ4_decompressBlock().

§ verifyBlockChecksum

bool LZ4_decompressBlockParams::verifyBlockChecksum

Enable verification of block checksum if present. Valid values are:

  • false
  • true

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