FreeBSD kernel kern code
huft Struct Reference
Collaboration diagram for huft:

Data Fields

uch e
 
uch b
 
union {
   ush   n
 
   struct huft *   t
 
v
 

Detailed Description

Definition at line 264 of file inflate.c.

Field Documentation

uch huft::b

Definition at line 266 of file inflate.c.

Referenced by huft_build(), inflate_block(), inflate_codes(), inflate_dynamic(), and inflate_stored().

uch huft::e

Definition at line 265 of file inflate.c.

Referenced by huft_build(), inflate_codes(), and xinflate().

ush huft::n

Definition at line 268 of file inflate.c.

Referenced by huft_build(), inflate_codes(), inflate_dynamic(), and inflate_stored().

struct huft* huft::t

Definition at line 270 of file inflate.c.

Referenced by huft_build(), huft_free(), inflate_block(), and inflate_codes().

union { ... } huft::v

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