_CLzmaDecoderState Struct Reference

#include <LzmaDecode.h>


Data Fields

CLzmaProperties Properties
unsigned short * Probs
const unsigned char * Buffer
const unsigned char * BufferLim
unsigned char * Dictionary
unsigned int Range
unsigned int Code
unsigned int DictionaryPos
unsigned int GlobalPos
unsigned int DistanceLimit
unsigned int Reps [4]
int State
int RemainLen
unsigned char TempDictionary [4]


Detailed Description

Definition at line 95 of file LzmaDecode.h.


Field Documentation

CLzmaProperties _CLzmaDecoderState::Properties

Definition at line 97 of file LzmaDecode.h.

Referenced by LzmaDecode().

unsigned short* _CLzmaDecoderState::Probs

Definition at line 98 of file LzmaDecode.h.

Referenced by lzdClose(), and LzmaDecode().

const unsigned char* _CLzmaDecoderState::Buffer

Definition at line 101 of file LzmaDecode.h.

Referenced by LzmaDecode().

const unsigned char* _CLzmaDecoderState::BufferLim

Definition at line 102 of file LzmaDecode.h.

Referenced by LzmaDecode().

unsigned char* _CLzmaDecoderState::Dictionary

Definition at line 106 of file LzmaDecode.h.

Referenced by lzdClose(), and LzmaDecode().

unsigned int _CLzmaDecoderState::Range

Definition at line 107 of file LzmaDecode.h.

Referenced by LzmaDecode().

unsigned int _CLzmaDecoderState::Code

Definition at line 108 of file LzmaDecode.h.

Referenced by LzmaDecode().

unsigned int _CLzmaDecoderState::DictionaryPos

Definition at line 109 of file LzmaDecode.h.

Referenced by LzmaDecode().

unsigned int _CLzmaDecoderState::GlobalPos

Definition at line 110 of file LzmaDecode.h.

Referenced by LzmaDecode().

unsigned int _CLzmaDecoderState::DistanceLimit

Definition at line 111 of file LzmaDecode.h.

Referenced by LzmaDecode().

unsigned int _CLzmaDecoderState::Reps[4]

Definition at line 112 of file LzmaDecode.h.

Referenced by LzmaDecode().

int _CLzmaDecoderState::State

Definition at line 113 of file LzmaDecode.h.

Referenced by LzmaDecode().

int _CLzmaDecoderState::RemainLen

Definition at line 114 of file LzmaDecode.h.

Referenced by LzmaDecode().

unsigned char _CLzmaDecoderState::TempDictionary[4]

Definition at line 115 of file LzmaDecode.h.

Referenced by LzmaDecode().


The documentation for this struct was generated from the following file:
Generated on Tue Feb 19 22:26:44 2008 for rpm by  doxygen 1.5.1