ReactOS 0.4.15-dev-7942-gd23573b
lzstate Struct Reference

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
 
BYTEget
 
DWORD getcur
 
DWORD getlen
 

Detailed Description

Definition at line 93 of file lzexpand.c.

Member Data Documentation

◆ bytetype

WORD lzstate::bytetype

Definition at line 108 of file lzexpand.c.

Referenced by LZRead().

◆ curtabent

UINT lzstate::curtabent

Definition at line 102 of file lzexpand.c.

Referenced by LZInit(), and LZRead().

◆ get

BYTE* lzstate::get

Definition at line 110 of file lzexpand.c.

Referenced by _lzget(), LZClose(), and LZInit().

◆ getcur

DWORD lzstate::getcur

Definition at line 111 of file lzexpand.c.

Referenced by _lzget(), and LZInit().

◆ getlen

DWORD lzstate::getlen

Definition at line 112 of file lzexpand.c.

Referenced by _lzget(), and LZInit().

◆ lastchar

CHAR lzstate::lastchar

Definition at line 95 of file lzexpand.c.

Referenced by LZInit().

◆ realcurrent

DWORD lzstate::realcurrent

Definition at line 98 of file lzexpand.c.

Referenced by LZRead().

◆ realfd

HFILE lzstate::realfd

Definition at line 94 of file lzexpand.c.

Referenced by _lzget(), LZClose(), LZCopy(), LZInit(), and LZRead().

◆ reallength

DWORD lzstate::reallength

Definition at line 97 of file lzexpand.c.

Referenced by LZInit(), and LZSeek().

◆ realwanted

DWORD lzstate::realwanted

Definition at line 99 of file lzexpand.c.

Referenced by LZRead(), and LZSeek().

◆ stringlen

BYTE lzstate::stringlen

Definition at line 104 of file lzexpand.c.

Referenced by LZRead().

◆ stringpos

DWORD lzstate::stringpos

Definition at line 105 of file lzexpand.c.

◆ table

BYTE lzstate::table[LZ_TABLE_SIZE]

Definition at line 101 of file lzexpand.c.

Referenced by LZInit(), and LZRead().


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