ReactOS 0.4.16-dev-927-g467dec4
|
Public Attributes | |
struct chmcFile * | chm |
struct chmcSection * | section |
int | fd |
UInt32 | fd_offset |
UInt32 | done |
UInt32 | todo |
struct list_head * | pos |
int | error |
int | eof |
Definition at line 117 of file chmc.c.
Referenced by _lzx_get_bytes(), _lzx_mark_frame(), _lzx_put_bytes(), and chmc_crunch_lzx().
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().
int chmcLzxInfo::eof |
Definition at line 125 of file chmc.c.
Referenced by _lzx_at_eof(), _lzx_get_bytes(), and chmc_crunch_lzx().
int chmcLzxInfo::error |
Definition at line 124 of file chmc.c.
Referenced by _lzx_at_eof(), _lzx_get_bytes(), and chmc_crunch_lzx().
int chmcLzxInfo::fd |
Definition at line 119 of file chmc.c.
Referenced by _lzx_get_bytes(), and chmc_crunch_lzx().
UInt32 chmcLzxInfo::fd_offset |
Definition at line 120 of file chmc.c.
Referenced by _lzx_get_bytes(), and chmc_crunch_lzx().
Definition at line 123 of file chmc.c.
Referenced by _lzx_get_bytes(), and chmc_crunch_lzx().
struct chmcSection* chmcLzxInfo::section |
Definition at line 118 of file chmc.c.
Referenced by _lzx_put_bytes(), and chmc_crunch_lzx().
UInt32 chmcLzxInfo::todo |
Definition at line 122 of file chmc.c.
Referenced by _lzx_at_eof(), _lzx_mark_frame(), and chmc_crunch_lzx().