Data Fields
LZ4_decompressParams Struct Reference

Decompression parameters for a LZ4 frame. 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
 
bool verifyContentChecksum
 

Detailed Description

Decompression parameters for a LZ4 frame.

Field Documentation

§ src

const void* LZ4_decompressParams::src

Pointer to the source data buffer to decompress.

Referenced by LZ4_decompress().

§ dst

void* LZ4_decompressParams::dst

Pointer to the destination data buffer to store compressed data.

Referenced by LZ4_decompress().

§ dstLength

uint32_t LZ4_decompressParams::dstLength

Length of the destination data buffer.

Referenced by LZ4_decompress().

§ verifyBlockChecksum

bool LZ4_decompressParams::verifyBlockChecksum

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

  • false
  • true

§ verifyContentChecksum

bool LZ4_decompressParams::verifyContentChecksum

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

  • false
  • true

The documentation for this struct was generated from the following file:
Copyright 2017, Texas Instruments Incorporated