Rizin
unix-like reverse engineering framework and cli tools
LZ4F_frameInfo_t Struct Reference

#include <lz4frame.h>

Public Attributes

LZ4F_blockSizeID_t blockSizeID
 
LZ4F_blockMode_t blockMode
 
LZ4F_contentChecksum_t contentChecksumFlag
 
LZ4F_frameType_t frameType
 
unsigned long long contentSize
 
unsigned dictID
 
LZ4F_blockChecksum_t blockChecksumFlag
 

Detailed Description

LZ4F_frameInfo_t : makes it possible to set or read frame parameters. Structure must be first init to 0, using memset() or LZ4F_INIT_FRAMEINFO, setting all parameters to default. It's then possible to update selectively some parameters

Definition at line 175 of file lz4frame.h.

Member Data Documentation

◆ blockChecksumFlag

◆ blockMode

◆ blockSizeID

◆ contentChecksumFlag

◆ contentSize

◆ dictID

unsigned LZ4F_frameInfo_t::dictID

Definition at line 181 of file lz4frame.h.

Referenced by basicTests(), LZ4F_compressBegin_usingCDict(), and LZ4F_decodeHeader().

◆ frameType

LZ4F_frameType_t LZ4F_frameInfo_t::frameType

Definition at line 179 of file lz4frame.h.

Referenced by LZ4F_decodeHeader().


The documentation for this struct was generated from the following file: