ct_data_s 197 third_party/zlib/deflate.h struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */ ct_data_s 198 third_party/zlib/deflate.h struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */ ct_data_s 199 third_party/zlib/deflate.h struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */