FreeBSD kernel kern code
|
Data Fields | |
uch | e |
uch | b |
union { | |
ush n | |
struct huft * t | |
} | v |
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 |
Referenced by huft_build(), huft_free(), inflate_codes(), and inflate_dynamic().