#include <deflate.h>
Public Attributes | |
| union { | |
| ush dad | |
| ush len | |
| } | dl |
| union { | |
| ush dad | |
| ush len | |
| } | dl |
| union { | |
| ush code | |
| ush freq | |
| } | fc |
| union { | |
| ush code | |
| ush freq | |
| } | fc |
Definition at line 68 of file bloaty/third_party/zlib/deflate.h.
| ush ct_data_s::code |
Definition at line 71 of file bloaty/third_party/zlib/deflate.h.
| ush ct_data_s::dad |
Definition at line 74 of file bloaty/third_party/zlib/deflate.h.
| union { ... } ct_data_s::dl |
| union { ... } ct_data_s::dl |
| union { ... } ct_data_s::fc |
| union { ... } ct_data_s::fc |
| ush ct_data_s::freq |
Definition at line 70 of file bloaty/third_party/zlib/deflate.h.
| ush ct_data_s::len |
Definition at line 75 of file bloaty/third_party/zlib/deflate.h.