ct_data_s         168 lib/zlib_deflate/defutil.h     struct ct_data_s dyn_ltree[HEAP_SIZE];   /* literal and length tree */
ct_data_s         169 lib/zlib_deflate/defutil.h     struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
ct_data_s         170 lib/zlib_deflate/defutil.h     struct ct_data_s bl_tree[2*BL_CODES+1];  /* Huffman tree for bit lengths */