Searched refs:ct_data (Results 1 – 4 of 4) sorted by relevance
86 local ct_data static_ltree[L_CODES+2];93 local ct_data static_dtree[D_CODES];118 const ct_data *static_tree; /* static tree or NULL */150 const ct_data *dtree));453 ct_data *tree; /* the tree to restore */490 ct_data *tree = desc->dyn_tree;619 ct_data *tree = desc->dyn_tree;705 ct_data *tree; /* the tree to be scanned */750 ct_data *tree; /* the tree to be scanned */1066 const ct_data *ltree; /* literal tree */[all …]
3 local const ct_data static_ltree[L_CODES+2] = {64 local const ct_data static_dtree[D_CODES] = {
77 } FAR ct_data; typedef87 ct_data *dyn_tree; /* the dynamic tree */
55 void *ct_data; member