UltraScan III
List of all members | Public Attributes
US_Gzip::config Struct Reference

For definition of different compression levels. More...

#include "us_gzip.h"

Public Attributes

ush good_length
 
ush max_lazy
 
ush nice_length
 
ush max_chain
 

Detailed Description

For definition of different compression levels.

Definition at line 56 of file us_gzip.h.

Member Data Documentation

ush US_Gzip::config::good_length

reduce lazy search above this match length

Definition at line 58 of file us_gzip.h.

ush US_Gzip::config::max_chain

maximum length of a single chain

Definition at line 61 of file us_gzip.h.

ush US_Gzip::config::max_lazy

do not perform lazy search above this match length

Definition at line 59 of file us_gzip.h.

ush US_Gzip::config::nice_length

quit search above this match length

Definition at line 60 of file us_gzip.h.


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