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

Public Attributes

LZ4F_frameInfo_t frameInfo
 
U32 version
 
dStage_t dStage
 
U64 frameRemainingSize
 
size_t maxBlockSize
 
size_t maxBufferSize
 
BYTEtmpIn
 
size_t tmpInSize
 
size_t tmpInTarget
 
BYTEtmpOutBuffer
 
const BYTEdict
 
size_t dictSize
 
BYTEtmpOut
 
size_t tmpOutSize
 
size_t tmpOutStart
 
XXH32_state_t xxh
 
XXH32_state_t blockChecksum
 
BYTE header [LZ4F_HEADER_SIZE_MAX]
 

Detailed Description

Definition at line 1041 of file lz4frame.c.

Member Data Documentation

◆ blockChecksum

XXH32_state_t LZ4F_dctx_s::blockChecksum

Definition at line 1058 of file lz4frame.c.

Referenced by LZ4F_decompress().

◆ dict

const BYTE* LZ4F_dctx_s::dict

◆ dictSize

size_t LZ4F_dctx_s::dictSize

◆ dStage

◆ frameInfo

LZ4F_frameInfo_t LZ4F_dctx_s::frameInfo

Definition at line 1042 of file lz4frame.c.

Referenced by LZ4F_decodeHeader(), LZ4F_decompress(), and LZ4F_getFrameInfo().

◆ frameRemainingSize

U64 LZ4F_dctx_s::frameRemainingSize

Definition at line 1045 of file lz4frame.c.

Referenced by LZ4F_decodeHeader(), and LZ4F_decompress().

◆ header

BYTE LZ4F_dctx_s::header[LZ4F_HEADER_SIZE_MAX]

Definition at line 1059 of file lz4frame.c.

Referenced by LZ4F_decodeHeader(), and LZ4F_decompress().

◆ maxBlockSize

size_t LZ4F_dctx_s::maxBlockSize

Definition at line 1046 of file lz4frame.c.

Referenced by LZ4F_decodeHeader(), and LZ4F_decompress().

◆ maxBufferSize

size_t LZ4F_dctx_s::maxBufferSize

Definition at line 1047 of file lz4frame.c.

Referenced by LZ4F_decompress(), and LZ4F_updateDict().

◆ tmpIn

BYTE* LZ4F_dctx_s::tmpIn

Definition at line 1048 of file lz4frame.c.

Referenced by LZ4F_decompress(), and LZ4F_freeDecompressionContext().

◆ tmpInSize

size_t LZ4F_dctx_s::tmpInSize

Definition at line 1049 of file lz4frame.c.

Referenced by LZ4F_decodeHeader(), and LZ4F_decompress().

◆ tmpInTarget

size_t LZ4F_dctx_s::tmpInTarget

Definition at line 1050 of file lz4frame.c.

Referenced by LZ4F_decodeHeader(), and LZ4F_decompress().

◆ tmpOut

BYTE* LZ4F_dctx_s::tmpOut

Definition at line 1054 of file lz4frame.c.

Referenced by LZ4F_decompress(), and LZ4F_updateDict().

◆ tmpOutBuffer

BYTE* LZ4F_dctx_s::tmpOutBuffer

Definition at line 1051 of file lz4frame.c.

Referenced by LZ4F_decompress(), LZ4F_freeDecompressionContext(), and LZ4F_updateDict().

◆ tmpOutSize

size_t LZ4F_dctx_s::tmpOutSize

Definition at line 1055 of file lz4frame.c.

Referenced by LZ4F_decompress(), and LZ4F_updateDict().

◆ tmpOutStart

size_t LZ4F_dctx_s::tmpOutStart

Definition at line 1056 of file lz4frame.c.

Referenced by LZ4F_decompress(), and LZ4F_updateDict().

◆ version

U32 LZ4F_dctx_s::version

Definition at line 1043 of file lz4frame.c.

Referenced by LZ4F_createDecompressionContext().

◆ xxh

XXH32_state_t LZ4F_dctx_s::xxh

Definition at line 1057 of file lz4frame.c.

Referenced by LZ4F_decompress().


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