ReactOS 0.4.16-dev-937-g7afcd2a
|
Public Attributes | |
HFILE | realfd |
CHAR | lastchar |
DWORD | reallength |
DWORD | realcurrent |
DWORD | realwanted |
BYTE | table [LZ_TABLE_SIZE] |
UINT | curtabent |
BYTE | stringlen |
DWORD | stringpos |
WORD | bytetype |
BYTE * | get |
DWORD | getcur |
DWORD | getlen |
Definition at line 93 of file lzexpand.c.
WORD lzstate::bytetype |
Definition at line 108 of file lzexpand.c.
Referenced by LZRead().
UINT lzstate::curtabent |
Definition at line 102 of file lzexpand.c.
BYTE* lzstate::get |
Definition at line 110 of file lzexpand.c.
DWORD lzstate::getcur |
Definition at line 111 of file lzexpand.c.
DWORD lzstate::getlen |
Definition at line 112 of file lzexpand.c.
CHAR lzstate::lastchar |
Definition at line 95 of file lzexpand.c.
Referenced by LZInit().
DWORD lzstate::realcurrent |
Definition at line 98 of file lzexpand.c.
Referenced by LZRead().
HFILE lzstate::realfd |
DWORD lzstate::reallength |
Definition at line 97 of file lzexpand.c.
DWORD lzstate::realwanted |
Definition at line 99 of file lzexpand.c.
BYTE lzstate::stringlen |
Definition at line 104 of file lzexpand.c.
Referenced by LZRead().
DWORD lzstate::stringpos |
Definition at line 105 of file lzexpand.c.
BYTE lzstate::table[LZ_TABLE_SIZE] |
Definition at line 101 of file lzexpand.c.