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

Public Attributes

const char * fileName
 
unsigned long long fileSize
 
unsigned long long frameCount
 
LZ4IO_frameInfo_t frameSummary
 
unsigned short eqFrameTypes
 
unsigned short eqBlockTypes
 
unsigned short allContentSize
 

Detailed Description

Definition at line 1371 of file lz4io.c.

Member Data Documentation

◆ allContentSize

unsigned short LZ4IO_cFileInfo_t::allContentSize

Definition at line 1378 of file lz4io.c.

Referenced by LZ4IO_displayCompressedFilesInfo(), and LZ4IO_getCompressedFileInfo().

◆ eqBlockTypes

unsigned short LZ4IO_cFileInfo_t::eqBlockTypes

Definition at line 1377 of file lz4io.c.

Referenced by LZ4IO_displayCompressedFilesInfo(), and LZ4IO_getCompressedFileInfo().

◆ eqFrameTypes

unsigned short LZ4IO_cFileInfo_t::eqFrameTypes

Definition at line 1376 of file lz4io.c.

Referenced by LZ4IO_displayCompressedFilesInfo(), and LZ4IO_getCompressedFileInfo().

◆ fileName

const char* LZ4IO_cFileInfo_t::fileName

Definition at line 1372 of file lz4io.c.

Referenced by LZ4IO_displayCompressedFilesInfo().

◆ fileSize

unsigned long long LZ4IO_cFileInfo_t::fileSize

Definition at line 1373 of file lz4io.c.

Referenced by LZ4IO_displayCompressedFilesInfo(), and LZ4IO_getCompressedFileInfo().

◆ frameCount

unsigned long long LZ4IO_cFileInfo_t::frameCount

Definition at line 1374 of file lz4io.c.

Referenced by LZ4IO_displayCompressedFilesInfo(), and LZ4IO_getCompressedFileInfo().

◆ frameSummary

LZ4IO_frameInfo_t LZ4IO_cFileInfo_t::frameSummary

Definition at line 1375 of file lz4io.c.

Referenced by LZ4IO_displayCompressedFilesInfo(), and LZ4IO_getCompressedFileInfo().


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