ct_data_s         192 tools/packfi2/deflate.h     struct ct_data_s dyn_ltree[HEAP_SIZE];   /* literal and length tree */
ct_data_s         193 tools/packfi2/deflate.h     struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
ct_data_s         194 tools/packfi2/deflate.h     struct ct_data_s bl_tree[2*BL_CODES+1];  /* Huffman tree for bit lengths */