ReactOS 0.4.15-dev-8100-g1887773
chmcLzxInfo Struct Reference
Collaboration diagram for chmcLzxInfo:

Public Attributes

struct chmcFilechm
 
struct chmcSectionsection
 
int fd
 
UInt32 fd_offset
 
UInt32 done
 
UInt32 todo
 
struct list_headpos
 
int error
 
int eof
 

Detailed Description

Definition at line 115 of file chmc.c.

Member Data Documentation

◆ chm

struct chmcFile* chmcLzxInfo::chm

Definition at line 117 of file chmc.c.

Referenced by _lzx_get_bytes(), _lzx_mark_frame(), _lzx_put_bytes(), and chmc_crunch_lzx().

◆ done

UInt32 chmcLzxInfo::done

Definition at line 121 of file chmc.c.

Referenced by _lzx_at_eof(), _lzx_get_bytes(), _lzx_mark_frame(), and chmc_crunch_lzx().

◆ eof

int chmcLzxInfo::eof

Definition at line 125 of file chmc.c.

Referenced by _lzx_at_eof(), _lzx_get_bytes(), and chmc_crunch_lzx().

◆ error

int chmcLzxInfo::error

Definition at line 124 of file chmc.c.

Referenced by _lzx_at_eof(), _lzx_get_bytes(), and chmc_crunch_lzx().

◆ fd

int chmcLzxInfo::fd

Definition at line 119 of file chmc.c.

Referenced by _lzx_get_bytes(), and chmc_crunch_lzx().

◆ fd_offset

UInt32 chmcLzxInfo::fd_offset

Definition at line 120 of file chmc.c.

Referenced by _lzx_get_bytes(), and chmc_crunch_lzx().

◆ pos

struct list_head* chmcLzxInfo::pos

Definition at line 123 of file chmc.c.

Referenced by _lzx_get_bytes(), and chmc_crunch_lzx().

◆ section

struct chmcSection* chmcLzxInfo::section

Definition at line 118 of file chmc.c.

Referenced by _lzx_put_bytes(), and chmc_crunch_lzx().

◆ todo

UInt32 chmcLzxInfo::todo

Definition at line 122 of file chmc.c.

Referenced by _lzx_at_eof(), _lzx_mark_frame(), and chmc_crunch_lzx().


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