Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
lzma2_dec Struct Reference

Public Types

enum  lzma2_seq {
  SEQ_CONTROL, SEQ_UNCOMPRESSED_1, SEQ_UNCOMPRESSED_2, SEQ_COMPRESSED_0,
  SEQ_COMPRESSED_1, SEQ_PROPERTIES, SEQ_LZMA_PREPARE, SEQ_LZMA_RUN,
  SEQ_COPY
}
 

Data Fields

enum lzma2_dec::lzma2_seq sequence
 
enum lzma2_seq next_sequence
 
uint32_t uncompressed
 
uint32_t compressed
 
bool need_dict_reset
 
bool need_props
 

Detailed Description

Definition at line 214 of file xz_dec_lzma2.c.

Member Enumeration Documentation

enum lzma2_seq
Enumerator:
SEQ_CONTROL 
SEQ_UNCOMPRESSED_1 
SEQ_UNCOMPRESSED_2 
SEQ_COMPRESSED_0 
SEQ_COMPRESSED_1 
SEQ_PROPERTIES 
SEQ_LZMA_PREPARE 
SEQ_LZMA_RUN 
SEQ_COPY 

Definition at line 216 of file xz_dec_lzma2.c.

Field Documentation

uint32_t compressed

Definition at line 238 of file xz_dec_lzma2.c.

bool need_dict_reset

Definition at line 244 of file xz_dec_lzma2.c.

bool need_props

Definition at line 250 of file xz_dec_lzma2.c.

enum lzma2_seq next_sequence

Definition at line 229 of file xz_dec_lzma2.c.

enum lzma2_dec::lzma2_seq sequence
uint32_t uncompressed

Definition at line 232 of file xz_dec_lzma2.c.


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